Currently I have an Image that I pulse when it is loaded. I want to rather activate the Storyboard when I change the Visibility of the Image. But I see that I
Image
I
If you want to animate on a DependencyProperty or bound value you will need to create a Style for your image and put the animation in the style.
DependencyProperty
Style
The following Style will perform your animation when the Visibility of your image is set to Visible:
Visibility
Visible