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.dll)

Syntax

Java Script
function get_marginWidth();
function set_marginWidth(value);

Property Value

The width of the margin of the canvas.

Remarks

This property corresponds to Canvas.MarginWidth server-side member.

See Also

Reference