'Declaration Public Property VerticalAlignment As VerticalTextAlignment
public VerticalTextAlignment VerticalAlignment {get; set;}
Property Value
Current vertical alignment of the label's text. Default is VerticalTextAlignment.Top. Possible values are:
- VerticalTextAlignment.Bottom
- VerticalTextAlignment.Middle
- VerticalTextAlignment.Top