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

TextVObject.Update Method

Updates this TextVObject.

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

Syntax

Visual Basic
Public Overrides Sub Update ( _
	args As Object() _
)
C#
public override void Update(
	Object[] args
)

Parameters

args

Type: System.Object []

Update parameters.

See Also

Reference