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

RectangleVObject.BorderColor Property

Gets or sets a color of the border around this RectangleVObject.

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

Syntax

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

Property Value

The Color value which represents a color of the border around this RectangleVObject.

Default value is black.

See Also

Reference