Search
IScrollBarProvider.SetLargeChange Method
See Also
 





Sets the large-change of the specified scrollbar control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

void SetLargeChange (
    Control scrollBar,
    float value
)

Visual Basic  Copy Code

Sub SetLargeChange( _
    scrollBar As Control, _
    value As Single _
)

 Parameters

scrollBar

The scrollbar control.

value

The new large-change value.

 See Also