Gets/Sets the size (in pixels) to use when rendering each point in a Point ShapeFile

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

Syntax

Visual Basic (Declaration)
Public Property PointSize As Integer
C#
public int PointSize { get; set; }
Visual C++
public:
property int PointSize {
	int get ();
	void set (int value);
}

See Also