Search
DiagramExtensions.ScrollZoneSize Method
See Also
 





Sets the size of the auto scroll zone near the edges of the control.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Diagram ScrollZoneSize (
    Diagram diagram,
    int value
)

Visual Basic  Copy Code

Public Shared Function ScrollZoneSize( _
    diagram As Diagram, _
    value As Integer _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also