DigitalGauge.AppearanceOff Property
Contains appearance settings used to paint segments that are not active.
Namespace: DevExpress.XtraGauges.Win.Gauges.Digital
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Appearance")]
public BaseShapeAppearance AppearanceOff { get; }
Property Value
Type | Description |
---|---|
BaseShapeAppearance | A BaseShapeAppearance object that contains corresponding appearance settings. |
See Also