Click or drag to resize

PaletteButtonOrientation Enumeration

Specifies the orientation of a button specification.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum PaletteButtonOrientation
Members
  Member nameValueDescription
Inherit0 Specifies orientation should be inherited.
Auto1 Specifies orientation should automatically match the concept of use.
FixedTop2 Specifies the button is orientated in a vertical top down manner.
FixedBottom3 Specifies the button is orientated in a vertical bottom upwards manner.
FixedLeft4 Specifies the button is orientated in a horizontal left to right manner.
FixedRight5 Specifies the button is orientated in a horizontal right to left manner.
See Also