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!

RectangleF.Height

[To be supplied.]

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

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace