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