Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.12 KB

pivotslideinanimationgroup.md

File metadata and controls

38 lines (24 loc) · 1.12 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.PivotSlideInAnimationGroup
winrt enum

PivotSlideInAnimationGroup

-description

Defines constants that specify the different slide-in animation groups that Pivot elements can belong to.

-enum-fields

-field Default:0

The element belongs to the default animation group. It slides in after the Pivot header.

-field GroupOne:1

The element belongs to the first animation group. It slides in after elements in the default group.

-field GroupTwo:2

The element belongs to the second animation group. It slides in after elements in the first group.

-field GroupThree:3

The element belongs to the third animation group. It slides in after elements in the second group.

-remarks

These values are used by the Pivot.SlideInAnimationGroup attached property.

-examples

-see-also

Pivot.SlideInAnimationGroup