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!

Style.Width

[To be supplied.]

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

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace