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

RectangleVObjectData.FillColor Property

Gets or sets a color used to fill the rectangle v-object.

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

Syntax

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

Property Value

The Color value which represents a color used to fill the rectangle v-object.

See Also

Reference