BaseRange.AppearanceRange Property
Gets the appearance settings used to paint the current range object.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseShapeAppearance AppearanceRange { get; }
Property Value
Type | Description |
---|---|
BaseShapeAppearance | A BaseShapeAppearance object |
Remarks
Use this property to customize the appearance of the range object.
See Also