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

LineVObject.Color Property

Gets or sets a color of this LineVObject.

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

Syntax

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

Property Value

The Color value which represents a color of this LineVObject.

See Also

Reference