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



Gets or sets the text alignment for the check boxes within the group.

Syntax

Visual Basic (Declaration) 
Public Overrides Property TextAlign As TextAlign
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBoxList
Dim value As TextAlign
 
instance.TextAlign = value
 
value = instance.TextAlign
C# 
public override TextAlign TextAlign {get; set;}
C++/CLI 
public:
property TextAlign TextAlign {
   TextAlign get() override;
   void set (    TextAlign value) override;
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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