Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(BarItemSizingConverter))]
public enum BarItemSizing
Members
  Member nameValueDescription
Individual0Specifies each item has its own calculated size.
SameHeight1Specifies all items have the same height but individual width.
SameWidth2Specifies all items have the same width but individual height.
SameWidthAndHeight3Specifies all items have the same with and height.
See Also