ArcScale.Appearance Property
Provides access to appearance settings of the scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseScaleAppearance Appearance { get; }
Property Value
Type | Description |
---|---|
BaseScaleAppearance | A BaseScaleAppearance object that provides corresponding appearance settings. |
See Also