Aurigma Graphics Mill 5.5 for .NET
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; }