ZoomSliderGadgetMapZoom Property |
Gets or sets current map zoom.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public int MapZoom { get; set; }
Public Property MapZoom As Integer
Get
Set
public:
property int MapZoom {
int get ();
void set (int value);
}
member MapZoom : int with get, set
Property Value
Type:
Int32 Zoom factor of the map.
See Also