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

TextVObjectData.NeedToRerender Property

Get or sets the value indicating whether the text v-object should be rerendered when updating.

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

Syntax

Visual Basic
Public Property NeedToRerender As Boolean
C#
public bool NeedToRerender { get; set; }

Property Value

The Boolean value which specifies whether the text v-object should be rerendered when updating.

See Also

Reference