Click or drag to resize

EVerticalAlignment Enumeration

Specifies the vertical alignment.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum EVerticalAlignment
Members
Member nameValueDescription
Top0The element is aligned to the top.
Center1The element is centered vertically.
Bottom2The element is aligned to the bottom.
Stretch3 
See Also