Click or drag to resize

VisualOrientation Enumeration

Specifies the orientation of a visual element.

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 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