Gets the vertical scrollbar of the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ScrollBarView VScrollBar { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property VScrollBar As ScrollBarView |
A ScrollBarView instance.
See Also