RibbonItemAlignment Enumeration |
Specifies how items are aligned within a ribbon container.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum RibbonItemAlignment
Members| Member name | Value | Description |
|---|
| Near | 0 |
Specifies all items are aligned to the near edge.
|
| Center | 1 |
Specifies all items are centered.
|
| Far | 2 |
Specifies all items are aligned to the far edge.
|
See Also