'Declaration Public Property Alignment As TextAlignment
public TextAlignment Alignment {get; set;}
Property Value
TextAlignment enum. The default value is TextAlignment.Left. Possible values are:
- TextAlignment.Center
- TextAlignment.Justify
- TextAlignment.Left
- TextAlignment.Right