TextWrap Property (PSObject)
Gets or sets whether to wrap the text in the element.
public override bool TextWrap {get; set;}
'Declaration
Public Overrides Property TextWrap As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.TextWrap = value
value = instance.TextWrap