AlignText Property (PSObject)
In This Topic
Gets or sets the text alignment for the element.
Syntax
'Declaration
Public Overrides Property AlignText As TextAlign
'Usage
Dim instance As PSObject
Dim value As TextAlign
instance.AlignText = value
value = instance.AlignText
public override TextAlign AlignText {get; set;}
See Also