 | GeoCoordinateRectangleLeft Property |
This is preliminary documentation and is subject to change.
Gets/sets the left-border longitude of the rectangle.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic double Left {
get;
set; }
Public Property Left As Double
Get
Set
Dim instance As GeoCoordinateRectangle
Dim value As Double
value = instance.Left
instance.Left = value
public:
property double Left {
double get ();
void set (double value);
}
member Left : float with
get, set
Property Value
Double
See Also