Gets or sets the alignment of the text label associated with the LiveRadioButton control.
Syntax
Visual Basic (Declaration) | |
---|
Public Shadows Property TextAlign As TextAlign |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveRadioButton
Dim value As TextAlign
instance.TextAlign = value
value = instance.TextAlign |
C# | |
---|
public new TextAlign TextAlign {get; set;} |
Property Value
One of the TextAlign values. The default value is
Right.
Exceptions
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also