Class CharacterType
Enum for charactertype in digital gauge
Inheritance
System.Object
CharacterType
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public sealed class CharacterType : Enum
Fields
DotMatrixSegment
Uses a dot matrix style for flexible character rendering.
Declaration
public const CharacterType DotMatrixSegment
Field Value
| Type |
|---|
| CharacterType |
FourteenSegment
Uses a 14-segment character style, allowing for alphanumeric characters.
Declaration
public const CharacterType FourteenSegment
Field Value
| Type |
|---|
| CharacterType |
SevenSegment
Uses a 7-segment character style, typically for numeric displays.
Declaration
public const CharacterType SevenSegment
Field Value
| Type |
|---|
| CharacterType |
SixteenSegment
Uses a 16-segment character style for enhanced alphanumeric rendering.
Declaration
public const CharacterType SixteenSegment
Field Value
| Type |
|---|
| CharacterType |