Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 603 Bytes

edgetransitionlocation.md

File metadata and controls

34 lines (22 loc) · 603 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation
winrt enum

EdgeTransitionLocation

-description

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

-enum-fields

-field Left:0

Edge transition goes to left.

-field Top:1

Edge transition goes to top.

-field Right:2

Edge transition goes to right.

-field Bottom:3

Edge transition goes to bottom.

-remarks

-examples

-see-also