'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether button's text will support wrapping.")> Public Property WrapText As System.Boolean
'Usage
Dim instance As NButtonBaseInfo Dim value As System.Boolean instance.WrapText = value value = instance.WrapText
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether button's text will support wrapping.")] public System.bool WrapText {get; set;}