Click or drag to resize

RibbonItemAlignment Enumeration

Specifies how items are aligned within a ribbon container.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum RibbonItemAlignment
Members
  Member nameValueDescription
Near0 Specifies all items are aligned to the near edge.
Center1 Specifies all items are centered.
Far2 Specifies all items are aligned to the far edge.
See Also