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