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