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

VObject.SupportedActions Property

Gets or sets the enumeration of actions which can be applied to this VObject.

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

Syntax

Visual Basic
Public Overridable Property SupportedActions As VObjectAction
C#
public virtual VObjectAction SupportedActions { get; set; }

Property Value

The VObjectAction enumaration which lists available actions.

See Also

Reference