Click or drag to resize

ButtonOrientation Enumeration

Specifies the orientation of a button specification.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ButtonOrientation
Members
  Member nameValueDescription
Auto0 Specifies orientation should automatically match the concept of use.
FixedTop1 Specifies the button is orientated in a vertical top down manner.
FixedBottom2 Specifies the button is orientated in a vertical bottom upwards manner.
FixedLeft3 Specifies the button is orientated in a horizontal left to right manner.
FixedRight4 Specifies the button is orientated in a horizontal right to left manner.
See Also