Back to Devexpress

ArcScaleComponent.AppearanceScale Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-d7aa2933.md

latest1.7 KB
Original Source

ArcScaleComponent.AppearanceScale Property

Provides access to appearance settings of the scale arc.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseScaleAppearance AppearanceScale { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AppearanceScale As BaseScaleAppearance

Property Value

TypeDescription
BaseScaleAppearance

A BaseScaleAppearance object that provides corresponding appearance settings.

|

Remarks

Use the AppearanceScale property to specify appearance settings and width of the scale arc.

See Also

Appearance Customization

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace