Enum VerticalAlignment
Vertical alignment modes.
public enum VerticalAlignment
Fields
Baseline = 3Aligns text to the baseline.
Bottom = 2Aligns text upwards from the bottom.
Center = 1Aligns text up and down from the middle.
Top = 0Aligns downward from the top.