'Declaration
Public Property WrapText As Boolean
'Usage
Dim instance As Alignment Dim value As Boolean instance.WrapText = value value = instance.WrapText
public bool WrapText {get; set;}
Property Value
true
if the text is wrappable; otherwise, false
.