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

RectangleVObject.BorderWidth Property

Gets or sets a width 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 BorderWidth As Single
C#
public float BorderWidth { get; set; }

Property Value

The Single value which specifies a a width of the border around this RectangleVObject.

Default value is 1.

See Also

Reference