Back to Devexpress

ArcScaleRangeBar.RoundedCaps Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalerangebar.md

latest1.5 KB
Original Source

ArcScaleRangeBar.RoundedCaps Property

Gets or sets a value which specifies whether to show the rounded caps in the arc scale range bar.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public bool RoundedCaps { get; set; }
vb
Public Property RoundedCaps As Boolean

Property Value

TypeDescription
Boolean

true if the rounded caps are shown in the arc scale range bar; otherwise, false.

|

Remarks

The table below shows how the RoundedCaps property works.

RoundedCaps = trueRoundedCaps = false

See Also

ArcScaleRangeBar Class

ArcScaleRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace