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

Canvas.MarginWidth Property

Gets or sets a width of the outer margin of the canvas.

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

Syntax

Visual Basic
Public Property MarginWidth As Single
C#
public float MarginWidth { get; set; }

Property Value

The Single value which represents a width of the margin of the canvas.

See Also

Reference