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

Retrieves the bottom value for this RectangleF.

[Visual Basic]
Public ReadOnly Property Bottom As Single
[C#]
public float Bottom {get;}
[C++]
public: __property float get_Bottom();
[JScript]
public function get Bottom() : float;

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace