VerticalAlignment

VerticalAlignment enumeration

Enumeration of possible vertical alignment values.

public enum VerticalAlignment

Values

Name Value Description
None 0 No alignment (use specified position).
Top 1 Align to top.
Center 2 Center alignment.
Bottom 3 Align to bottom.

Remarks

Learn more

See Also