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

TextVObjectData.TextColor Property

Gets or sets color of the font used to display a text in the text v-object.

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

Syntax

Visual Basic
Public Property TextColor As String
C#
public string TextColor { get; set; }

Property Value

The Color value which represents font color.

See Also

Reference