Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 132303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:14:28+00:00 2026-05-11T06:14:28+00:00

Does anybody knows, if there is a way to use a property that is

  • 0

Does anybody knows, if there is a way to use a property that is animated as source for a binding? As far as I found out, is that an animation doesn’t ‘really’ set the value on the property, and therefore doesn’t fire the changed events, which is needed to trigger the binding.

tia Martin

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:14:29+00:00Added an answer on May 11, 2026 at 6:14 am

    I don’t know if what you are saying is exactly true. In the XAML below, the TextBlock will display the Width of the Rectangle. When you click on the Rectangle, the Width property is animated from 50 to 300. Along every increment, the TextBlock changes in value. Am I not understanding your question?

    <Grid>   <Grid.RowDefinitions>     <RowDefinition Height='*' />     <RowDefinition Height='Auto' />   </Grid.RowDefinitions>   <TextBlock Text='{Binding ElementName=Rect,Path=Width}' Grid.Row='0' />   <Rectangle Grid.Row='1'              Name='Rect'              Height='30'              Width='50'              Fill='Blue'              HorizontalAlignment='Left'>     <Rectangle.Triggers>       <EventTrigger RoutedEvent='Rectangle.MouseLeftButtonDown'>         <EventTrigger.Actions>           <BeginStoryboard>             <Storyboard>               <DoubleAnimation Storyboard.TargetProperty='Width'                 From='50'                 To='300'                 Duration='0:0:10'/>             </Storyboard>           </BeginStoryboard>         </EventTrigger.Actions>       </EventTrigger>     </Rectangle.Triggers>   </Rectangle> </Grid> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anybody know if there is a way to display the text value of
Does anybody out there know how to setup Eclipse with MinGW or Cygwin to
Does anybody knows how to configure/use Framey (framey.com) callback to localhost:3000? Hi configured my
Does anybody know if there is a way to understand what users are doing
Does anybody knows how to change the color of Expandable List Item`s little circle
Does anybody knows about post-processing algorithms to remove ghost objects from binarized image? The
Does anybody knows how this (google help) is called for example when you type
I am doing an Eclipse plugin using gef. Does anybody knows how to draw
Does anybody know a minimalistic, nice-looking visitor statistics suite based on PHP that displays
Does anybody know of a (common case) faster-than-linear way to find the endpoints of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.