Gets / Sets the Minimum Zoom Level before labels will be rendered.

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

Syntax

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

Remarks

If MinRenderLabelZoom is less than zero then this setting is ignored and shape labels will be rendered regardless of the zurent zoom level

See Also