MapRectangleEast Property |
Gets or sets the East boundary of the rectangle. The rectangle is empty, if the value is lower than the
West boundary value.
No checks are made to avoid a lower value compared to the
West 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 East { get; set; }
Public Property East As Double
Get
Set
public:
property double East {
double get ();
void set (double value);
}
member East : float with get, set
Property Value
Type:
DoubleSee Also