BarItemSizing Enumeration |
Specifies the how the size of each bar item is calculated.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(BarItemSizingConverter))]
public enum BarItemSizing
Members
| Member name | Value | Description |
---|
| Individual | 0 | Specifies each item has its own calculated size. |
| SameHeight | 1 | Specifies all items have the same height but individual width. |
| SameWidth | 2 | Specifies all items have the same width but individual height. |
| SameWidthAndHeight | 3 | Specifies all items have the same with and height. |
See Also