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

RectangleVObject.Width Property

Gets or sets the width of this RectangleVObject.

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

Syntax

Visual Basic
Public Overridable Property Width As Single
C#
public virtual float Width { get; set; }

Property Value

The Single value which represents a width of this RectangleVObject.

See Also

Reference