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

RectangleVObject.FillColor Property

Gets or sets a color used to fill this RectangleVObject.

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

Syntax

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

Property Value

The Color value which represents a color used to fill this RectangleVObject.

Default value is #707070.

See Also

Reference