PivotSlideInAnimationGroup PivotSlideInAnimationGroup PivotSlideInAnimationGroup PivotSlideInAnimationGroup Enum

Definition

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

public : enum class PivotSlideInAnimationGrouppublic enum PivotSlideInAnimationGroupPublic Enum PivotSlideInAnimationGroup// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Default Default Default Default

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

GroupOne GroupOne GroupOne GroupOne

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

GroupThree GroupThree GroupThree GroupThree

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

GroupTwo GroupTwo GroupTwo GroupTwo

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

Remarks

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