Class TextType
Specifies the type of text drawn in RadialSlider
Inheritance
System.Object
TextType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TextType : Enum
Fields
Interval
Represents the text indicating the selected value.
Declaration
public const TextType Interval
Field Value
| Type |
|---|
| TextType |
Pointer
Reprsents the text indicating the pointed value.
Declaration
public const TextType Pointer
Field Value
| Type |
|---|
| TextType |
Value
Represents the text indicating range values from start to end.
Declaration
public const TextType Value
Field Value
| Type |
|---|
| TextType |