DigitalGauge.AppearanceOn Property
Contains appearance settings used to paint active segments.
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 AppearanceOn { get; }
Property Value
Type | Description |
---|---|
BaseShapeAppearance | A BaseShapeAppearance object that contains corresponding appearance settings. |
See Also