'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> Public Property WrapText As System.Boolean
'Usage
Dim instance As NRangeScaleLabelStyle Dim value As System.Boolean instance.WrapText = value value = instance.WrapText
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue(true)] public System.bool WrapText {get; set;}