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

TextVObject.TextColor Property

Gets or sets color of the font used to display a text in this TextVObject.

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

Syntax

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

Property Value

The Color value which represents font color.

Default value is black.

See Also

Reference