Gets / Sets the Minimum width of the pen in Pixels.

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

Syntax

Visual Basic
Public Property MinPixelPenWidth As Integer
	Get
	Set
C#
public int MinPixelPenWidth { get; set; }
Visual C++
public:
property int MinPixelPenWidth {
	int get ();
	void set (int value);
}
JavaScript
function get_minPixelPenWidth();
function set_minPixelPenWidth(value);

Remarks

This settings is only used when rendering PolyLine or PolyLineM ShapeFiles

This property is ignored if its value is set to zero or less.

See Also