DirectionVertical Property (TextElement)
In This Topic
Gets or sets whether the text is vertically aligned (if so the background color is not used).
Syntax
'Declaration
Public Property DirectionVertical As Boolean
public bool DirectionVertical {get; set;}
See Also