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

BitmapViewer.ScrollBarsStyle Property

Gets/sets a value that specifies when to display the scroll bars.

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

Syntax

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

Property Value

The value that specifies when to display the scroll bars.

Remarks

Default value is Auto.

See Also

Reference