MindFusion.Wpf Pack Programmer's Guide
ScrollDirection Enumeration
See Also
 





Identifies the direction of a scroll arrow.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public enum ScrollDirection

Visual Basic  Copy Code

Public Enum ScrollDirection

 Members

  Member name Description

Bottom

Scroll to the bottom.

Left

Scroll to the left.

Right

Scroll to the right.

Top

Scroll to the top.

 See Also

MindFusion.UI.Wpf Namespace