Skip to main content
A newer version of this page is available. .

DigitalGauge.AppearanceOn Property

Contains appearance settings used to paint active segments.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

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