This topic has not yet been rated - Rate this topic

EdgeTransitionLocation enumeration

Defines constants that specify the location of edge transitions for edge UI, such as app bars.

Syntax


public enum EdgeTransitionLocation

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The EdgeTransitionLocation enumeration has these members.

MemberValueDescription
Left0

Edge transition goes to left.

Top1

Edge transition goes to top.

Right2

Edge transition goes to right.

Bottom3

Edge transition goes to bottom.

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.