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)

Syntax

Visual Basic

Public ReadOnly Property SupportedActions As IVObjectActionCollection

C#

public IVObjectActionCollection SupportedActions { get; }

Property Value

Collection of actions supported by this v-object.

Remarks

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.