Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public bool RoundedCaps { get; set; }

Property Value

Type Description
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= true RoundedCaps= false
RoundedCapsTrue RoundedCapsFalse
See Also