MapRectangleSouth Property |
Gets or sets the South boundary of the rectangle. The rectangle is empty, if the value is higher than the
North boundary value.
No checks are made to avoid a higher value compared to the
North boundary.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public double South { get; set; }
Public Property South As Double
Get
Set
public:
property double South {
double get ();
void set (double value);
}
member South : float with get, set
Property Value
Type:
DoubleSee Also