Class DigitalGaugeCharacterType
Represents the types of digital characters that can be displayed in various segments within a digital gauge.
Inheritance
System.Object
DigitalGaugeCharacterType
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.dll
Syntax
public sealed class DigitalGaugeCharacterType : Enum
Fields
EightCrossEightDotMatrix
Characters are designed to display special characters, along with alphabets and numbers, in an eight-by-eight dot matrix format.
Declaration
public const DigitalGaugeCharacterType EightCrossEightDotMatrix
Field Value
Type |
---|
DigitalGaugeCharacterType |
FourteenSegment
Characters are designed to display both alphabets and numbers in a fourteen-segment format.
Declaration
public const DigitalGaugeCharacterType FourteenSegment
Field Value
Type |
---|
DigitalGaugeCharacterType |
SevenSegment
Characters are designed to display numbers in a seven-segment format.
Declaration
public const DigitalGaugeCharacterType SevenSegment
Field Value
Type |
---|
DigitalGaugeCharacterType |
SixteenSegment
Characters are designed to display both alphabets and numbers in a sixteen-segment format.
Declaration
public const DigitalGaugeCharacterType SixteenSegment
Field Value
Type |
---|
DigitalGaugeCharacterType |