Search
ScrollBarView.LargeStep Property
See Also
 






Gets or sets the large step of the scrollbar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double LargeStep { get; set; }

Visual Basic  Copy Code

Public Property LargeStep As Double

 Property Value

A double value.

 See Also