Pivot.GetSlideInAnimationGroup(FrameworkElement) Method

Definition

Retrieves the animation group that a FrameworkElement belongs to.

public:
 static PivotSlideInAnimationGroup GetSlideInAnimationGroup(FrameworkElement ^ element);
 static PivotSlideInAnimationGroup GetSlideInAnimationGroup(FrameworkElement const& element);
public static PivotSlideInAnimationGroup GetSlideInAnimationGroup(FrameworkElement element);
function getSlideInAnimationGroup(element)
Public Shared Function GetSlideInAnimationGroup (element As FrameworkElement) As PivotSlideInAnimationGroup

Parameters

element
FrameworkElement

The FrameworkElement within the Pivot (such as a TextBlock) that is to be animated.

Returns

The slide-in animation group that this FrameworkElement belongs to.

Applies to

See also