HorizontalAlignment

HorizontalAlignment enumeration

Enumeration of possible horizontal alignment values.

public enum HorizontalAlignment

Values

Name Value Description
None 0 No alignment (use specified position).
Left 1 Align to left.
Center 2 Center alignment.
Right 3 Align to right.

Remarks

Learn more

See Also