Search
ScrollBarView.IsHorizontal Property
See Also
 






Gets or sets a value indicating whether the scrollbar is horizontal (true) or vertical (false).

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsHorizontal { get; set; }

Visual Basic  Copy Code

Public Property IsHorizontal As Boolean

 Property Value

A boolean value.

 See Also