Class TextOrientation
Enum for text orientation styles in Gauge control
Inheritance
System.Object
TextOrientation
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public sealed class TextOrientation : Enum
Fields
Horizontal
Displays the text horizontally.
Declaration
public const TextOrientation Horizontal
Field Value
| Type |
|---|
| TextOrientation |
SlideOver
Displays the text in a slide-over style, typically used for dynamic or animated transitions.
Declaration
public const TextOrientation SlideOver
Field Value
| Type |
|---|
| TextOrientation |