Search
DiagramView.VScrollBar Property
See Also
 






Gets the vertical scrollbar of the control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ScrollBarView VScrollBar { get; }

Visual Basic  Copy Code

Public ReadOnly Property VScrollBar As ScrollBarView

 Property Value

A ScrollBarView instance.

 See Also