DigitalGaugeDisplayMode Enum
Contains values that specify how text is digital gauges is rendered.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Members
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. |
Related API Members
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.