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

[To be supplied.]

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

See Also

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