Search
DiagramView.HScrollBar Property
See Also
 






Gets the horizontal scrollbar of the control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ScrollBarView HScrollBar { get; }

Visual Basic  Copy Code

Public ReadOnly Property HScrollBar As ScrollBarView

 Property Value

A ScrollBarView instance.

 See Also