This documentation is for the old version. Go to the latest Graphics Mill docs

TextVObject.ChangeTextAreaAction.ControlPointPrototype Property

Gets/sets a control point prototype.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property ControlPointPrototype As ControlPoint
C#
public ControlPoint ControlPointPrototype { get; set; }

Property Value

A control point prototype.

Remarks

When the object needs control points for this action, it clones the specified prototype.

See Also

Reference