WordWrap Property (DefaultSubItemInfo)
Gets or sets whether the content can be wrapped.
public bool WordWrap {get; set;}
'Declaration
Public Property WordWrap As Boolean
'Usage
Dim instance As DefaultSubItemInfo
Dim value As Boolean
instance.WordWrap = value
value = instance.WordWrap
Property Value
A
bool value,
true if the content can be wrapped; otherwise,
false.