Gets or sets the insertion point of the text.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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); } |