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