Aurigma Graphics Mill 5.5 for .NET
ViewerBase..::.ScrollBarsStyle Property
Gets/sets a value that specifies how to display scroll bars. The following three modes are supported:
- scroll bars are always displayed regardless to the control content dimensions;
- scroll bars are displayed when control content is too large to fit the control client area;
- scroll bars are never displayed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public MustOverride Property ScrollBarsStyle As ScrollBarsStyle
C#
public abstract ScrollBarsStyle ScrollBarsStyle { get; set; }