Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 869 Bytes

compositionobject_startanimationwithianimationobject_1013154498.md

File metadata and controls

34 lines (20 loc) · 869 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionObject.StartAnimationWithIAnimationObject(Microsoft.UI.Composition.IAnimationObject,System.String,Microsoft.UI.Composition.CompositionAnimation)
winrt method

Microsoft.UI.Composition.CompositionObject.StartAnimationWithIAnimationObject

-description

Connects an animation with the specified property of the target object and starts the animation.

-parameters

-param target

The object that defines the property to be animated.

-param propertyName

The property to associate the animation with.

-param animation

The animation to associate with the specified property.

-remarks

-see-also

-examples