Click or drag to resize

EHorizontalAlignment Enumeration

Specifies the horizontal alignment.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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