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

BaseViewer.ScrollingSize Property

Gets a scroll bar length (in other words, the right-bottom point of the image fragment which is out of the visible area).

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property ScrollingSize As Point
C#
[BrowsableAttribute(false)]
public virtual Point ScrollingSize { get; }

Property Value

A scroll bar length.

See Also

Reference