| GeoCoordinateRectangleRight Property |
This is preliminary documentation and is subject to change.
Gets the right-border longitude of the rectangle.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public double Right { get; }
Public ReadOnly Property Right As Double
Get
Dim instance As GeoCoordinateRectangle
Dim value As Double
value = instance.Right
public:
property double Right {
double get ();
}
member Right : float with get
Property Value
DoubleSee Also