Back to Devexpress

DigitalGaugeDisplayMode Enum

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-1d742e0e.md

latest1.8 KB
Original Source

DigitalGaugeDisplayMode Enum

Contains values that specify how text is digital gauges is rendered.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public enum DigitalGaugeDisplayMode
vb
Public Enum DigitalGaugeDisplayMode

Members

NameDescription
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.

|

The following properties accept/return DigitalGaugeDisplayMode values:

Remarks

Use the DigitalGauge.DisplayMode property to specify the text display mode in digital gauges. For information on what symbols can be rendered in particular modes, see the DigitalGauge.Text property.

See Also

DisplayMode

Text

DevExpress.XtraGauges.Core.Model Namespace