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

Retrieves the top value for this RectangleF.

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

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace