Gets/sets the collection of transformations supported by an 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 object and to set the parameters of those actions. Also, IVObjectAction elements of this collection allow changing the appearance of control points and cursors.