| GeoCoordinateRectangleTop Property |
This is preliminary documentation and is subject to change.
Gets/sets the top-border latitude of the rectangle.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public double Top {
get;
set; }
Public Property Top As Double
Get
Set
Dim instance As GeoCoordinateRectangle
Dim value As Double
value = instance.Top
instance.Top = value
public:
property double Top {
double get ();
void set (double value);
}
member Top : float with
get, set
Property Value
DoubleSee Also