GeneratorDirection Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the direction in which item generation will occur.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration GeneratorDirection
public enum GeneratorDirection

Members

Member name Description
Forward Specifies to generate items in a forward direction.
Backward Specifies to generate items in a backward direction.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Controls.Primitives Namespace