0
kicks
WPF: How To Animate Visibility Property?
WPF: How To Animate Visibility Property?
In this post I’ll show you an easy way to add fade-in / fade-out effects to your user controls, when you change their Visibility property.
Adding the animation is done with an attached property, so using the code will be extremely simple.