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

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

Syntax

Visual Basic
Public Property MaxPixelPenWidth As Integer
	Get
	Set
C#
public int MaxPixelPenWidth { get; set; }
Visual C++
public:
property int MaxPixelPenWidth {
	int get ();
	void set (int value);
}
JavaScript
function get_maxPixelPenWidth();
function set_maxPixelPenWidth(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