Search
Constants.GetAutoScroll Method
See Also
 






Gets the number of units to scroll the control during autoscrolling operation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetAutoScroll (
    MeasureUnit unit
)

Visual Basic  Copy Code

Public Shared Function GetAutoScroll( _
    unit As MeasureUnit _
) As Double

 Parameters

unit

A MeasureUnit instance.

 Return Value

The number of units to add to or remove from the scroll position.

 See Also