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

DigitalGauge.DisplayMode Property

Gets or sets the text display mode.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

Assembly: DevExpress.XtraGauges.v18.2.Win.dll

Declaration

[DefaultValue(DigitalGaugeDisplayMode.FourteenSegment)]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public DigitalGaugeDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
DigitalGaugeDisplayMode **FourteenSegment**

A DigitalGaugeDisplayMode value that specifies the text display mode.

Available values:

Name Description
SevenSegment

Symbols are represented using the 7-segment style.

FourteenSegment

Symbols are represented using the 14-segment style.

Matrix5x8

Symbols are represented using the 5x8 matrix.

Matrix8x14

Symbols are represented using the 8x14 matrix.

Remarks

Use this property to specify how the gauge’s DigitalGauge.Text is painted - using the 7-, 14-segment or matrix display mode. In 7-segment display mode, only numbers can be painted. In 14-segment display mode, both Latin characters and numbers can be painted. In matrix modes, all characters enumerated by the Lucida Console font are supported (including non-Latin characters).

See Also