Gets or sets the size the points are displayed.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Field Value

The point size.

See Also