Gets or sets the insertion point of the text.

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

Syntax

C#
public Point InsertionPoint { get; set; }
Visual Basic (Declaration)
Public Property InsertionPoint As Point
Visual C++
public:
property Point^ InsertionPoint {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The insertion point of the text.

See Also