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

BaseViewer.RulerWidth Property

Gets or sets the ruler width.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property RulerWidth As Integer
C#
[BrowsableAttribute(true)]
public int RulerWidth { get; set; }

Property Value

The Int32 value specifying the ruler width in pixels.

Default value is 13.

Remarks

To show the ruler set the RulerEnabled property to true.

See Also

Reference