Gets or sets the minimal level of detail according to the standard tiling scheme. The current
detail level (see
ZoomLevel property) is corrected, if it is lower than the new minimum value.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public int MinZoom { get; set; }
Public Property MinZoom As Integer
Get
Set
public:
virtual property int MinZoom {
int get () sealed;
void set (int value) sealed;
}
abstract MinZoom : int with get, set
override MinZoom : int with get, set
Property Value
Type:
Int32Implements
IMapMinZoomSee Also