Click or drag to resize

EHorizontalAlignment Enumeration

Specifies the horizontal alignment.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum EHorizontalAlignment
Members
  Member nameValueDescription
Left0The element is aligned to the left side.
Center1The element is centered horizontally.
Right2The element is aligned to the right side.
Stretch3
See Also