Note

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

Access to this page requires authorization. You can try .

Pivot.SetSlideInAnimationGroup 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.

Assigns a FrameworkElement to a slide-in animation group so that element is animated at the same time as the other members of that group.

public:
 static void SetSlideInAnimationGroup(FrameworkElement ^ element, PivotSlideInAnimationGroup value);
 static void SetSlideInAnimationGroup(FrameworkElement const& element, PivotSlideInAnimationGroup const& value);
public static void SetSlideInAnimationGroup(FrameworkElement element, PivotSlideInAnimationGroup value);
function setSlideInAnimationGroup(element, value)
Public Shared Sub SetSlideInAnimationGroup (element As FrameworkElement, value As PivotSlideInAnimationGroup)

Parameters

element
FrameworkElement

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

value
PivotSlideInAnimationGroup

The slide-in animation group that this FrameworkElement belongs to. This element will be animated with all other elements that share the same group number.

Applies to

See also


Feedback

Was this page helpful?