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.Height

Height property. The height of the control.

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

See Also

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