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

BitmapViewer.ScrollingSize Property

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

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

Syntax

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

Property Value

A scroll bar length.

See Also

Reference