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

VObjectData.Transform Property

Gets or sets value which configures v-object transformation.

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

Syntax

Visual Basic
Public Property Transform As Transform
C#
public Transform Transform { get; set; }

Property Value

The Transform class instance which provides an access to properties which configure v-object transformation.

See Also

Reference