Gets PointMode that indicates point mode.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public PointMode PointMode { get; }
Visual Basic (Declaration)
Public ReadOnly Property PointMode As PointMode
Visual C++
public:
property PointMode PointMode {
	PointMode get ();
}

See Also