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

BitmapViewer.ScrollBarsStyle Property

Gets/sets a value that specify whether to display scroll bar and whether to hide them automatically when the displayed image is less than the control size.

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

Syntax

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

Property Value

The ScrollBarsStyle enumeration member that specifies when to display the scroll bars.

See Also

Reference