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



Gets or sets the alignment of the text label associated with the LiveCheckBox control.

Syntax

Visual Basic (Declaration) 
Public Shadows Property TextAlign As TextAlign
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBox
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);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.CheckBoxClass.TextAlign.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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