Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DigitalGauge.DisplayMode Property

Gets or sets the text display mode.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package: DevExpress.Win.Gauges

#Declaration

[DefaultValue(DigitalGaugeDisplayMode.FourteenSegment)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
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