Back to Devexpress

LinearScaleComponent.AppearanceScale Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-0bf1e3da.md

latest1.7 KB
Original Source

LinearScaleComponent.AppearanceScale Property

Provides access to appearance settings of the scale.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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.

See Also

Appearance Customization

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace