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



Gets or sets the width of the Web server control.

Syntax

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

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControlClass.Width.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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