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

The right value for this RectangleF.

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

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace