Gets / Sets the Min Zoom level before the layer is rendered.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Property MinZoomLevel As Single
C#
public float MinZoomLevel { get; set; }
Visual C++
public:
property float MinZoomLevel {
	float get ();
	void set (float value);
}

Remarks

Use this property in conjunction with MaxZoomLevel to control whether a layer is rendered as a map is zoomed in and out.

This property will be ignored if it is set to a number less than 0

See Also