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

TextVObject.SupportedActions Property

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

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

Syntax

Visual Basic
Public Overrides Property SupportedActions As VObjectAction
C#
public override VObjectAction SupportedActions { get; set; }

Property Value

The VObjectAction enumeration which lists available actions.

See Also

Reference