Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Pivot.GetSlideInAnimationGroup(FrameworkElement) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?