NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.Width

Width property. The width of the control.

[Visual Basic]
Overridable Public Property Width As Unit
[C#]
public Unit Width {virtual get; virtual set;}
[C++]
public: __property virtual Unit get_Width();
public: __property virtual void set_Width(Unit);
[JScript]
public function get Width() : Unit;
public function set Width(Unit);

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | TBD