ButtonOrientation Enumeration |
Specifies the orientation of a button specification.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum ButtonOrientation
Members| Member name | Value | Description |
|---|
| Auto | 0 |
Specifies orientation should automatically match the concept of use.
|
| FixedTop | 1 |
Specifies the button is orientated in a vertical top down manner.
|
| FixedBottom | 2 |
Specifies the button is orientated in a vertical bottom upwards manner.
|
| FixedLeft | 3 |
Specifies the button is orientated in a horizontal left to right manner.
|
| FixedRight | 4 |
Specifies the button is orientated in a horizontal right to left manner.
|
See Also