Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

progressbartemplatesettings_container2animationendposition.md

File metadata and controls

30 lines (18 loc) · 1.16 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ProgressBarTemplateSettings.Container2AnimationEndPosition
winrt property

Microsoft.UI.Xaml.Controls.ProgressBarTemplateSettings.Container2AnimationEndPosition

-description

Gets the target "To" point of the secondary container animation that animates the ProgressBar.

-property-value

A double that represents the orientation-specific x- or y-value that is the target "To" point of the secondary animation.

-remarks

This property enables dual, concurrent animations as demonstrated here:

:::image type="content" source="images/controls/progressbar-dual-animations.gif" alt-text="ProgressBar with dual animations":::

-see-also

ContainerAnimationStartPosition, ContainerAnimationEndPosition, Container2AnimationStartPosition, ContainerAnimationMidPosition

-examples