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

MultiLayerViewer.ScrollBarsStyle Property

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

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

Syntax

Visual Basic
Public Overrides Property ScrollBarsStyle As ScrollBarsStyle
C#
public override ScrollBarsStyle ScrollBarsStyle { get; set; }

Property Value

A ScrollBarsStyle enumeration member that specifies when to display scroll bars.

See Also

Reference