This topic has not yet been rated - Rate this topic

GeneratorDirection enumeration

Defines constants that specify the direction in which item generation will occur.

Syntax


public enum GeneratorDirection

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The GeneratorDirection enumeration has these members.

MemberValueDescription
Forward0

Items are generated in a forward direction.

Backward1

Items are generated in a backward direction.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.