PowerWEB LiveControls for ASP.NET
TextAlign Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveRadioButton Class : TextAlign Property



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;}
C++/CLI 
public:
new property TextAlign TextAlign {
   TextAlign get();
   void set (    TextAlign value);
}

Property Value

One of the TextAlign values. The default value is Right.

Exceptions

ExceptionDescription
System.ArgumentExceptionThe specified value is not one of the TextAlign values.

Remarks

Use this property to specify the alignment of the text label associated with the LiveRadioButton control. You can specify whether the text label appears to the right or left of the radio button. Use the LiveRadioButton.Text property to specify the label text.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.