Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

progressbartemplatesettings_container2animationstartposition.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.ProgressBarTemplateSettings.Container2AnimationStartPosition

-description

Gets the "From" 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"From" 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, Container2AnimationEndPosition, ContainerAnimationMidPosition

-examples