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

BaseViewer.Width Property

Gets/sets the width (in pixels) of the control area.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Overrides Property Width As Unit
C#
[BrowsableAttribute(true)]
public override Unit Width { get; set; }

Property Value

The value which represents the width (in pixels) of the control area.

See Also

Reference