Click or drag to resize

VisualOrientation Enumeration

Specifies the orientation of a visual element.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum VisualOrientation
Members
Member nameValueDescription
Top0 Specifies the element is orientated in a vertical top down manner.
Bottom1 Specifies the element is orientated in a vertical bottom upwards manner.
Left2 Specifies the element is orientated in a horizontal left to right manner.
Right3 Specifies the element is orientated in a horizontal right to left manner.
See Also