Gets/sets the collection of actions (transformations) which can be applied to this v-object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public ReadOnly Property SupportedActions As IVObjectActionCollection
public IVObjectActionCollection SupportedActions { get; }
This collection is required to find out what actions can be performed on the v-object and to set the parameters of those actions. Also, IVObjectAction elements of this collection allow changing the appearance of control points and cursors.