VisualOrientation Enumeration |
Specifies the orientation of a visual element.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum VisualOrientation
Members| Member name | Value | Description |
|---|
| Top | 0 |
Specifies the element is orientated in a vertical top down manner.
|
| Bottom | 1 |
Specifies the element is orientated in a vertical bottom upwards manner.
|
| Left | 2 |
Specifies the element is orientated in a horizontal left to right manner.
|
| Right | 3 |
Specifies the element is orientated in a horizontal right to left manner.
|
See Also