Sets or returns a value indicating whether to draw text vertically when using the DrawText method.
Syntax
'Declaration
Public Property VerticalText As Boolean
public bool VerticalText {get; set;}
Property Value
true
if [vertical text]; otherwise,
false
.
See Also