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

RotateVObjectAction.RotatePointPrototype Property

Gets/sets a prototype for the rotation control point.

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

Syntax

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

Property Value

A prototype for the rotation control point.

Remarks

When the object needs control points of this type, it clones the specified prototype.

See Also

Reference