Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
When trying to animate a WPF object in code (this is called a local animation) you sometimes need to be careful about which property you need to feed to which class. At the current (Februari) CTP timeframe the documentation isn't really clear on this but I am sure this will be fixed by the time WPF goes gold. In my situation I had a rectangle inside a canvas...
Read More...
-
-
I was working on a WPF application and needed to do a complex rectangle-like UI element. Hey custom styles is what WPF is good at right? To be quite exact I needed a custom control template, since I couldn't style a rectangle the way I wanted to. I decided to use a System.Windows.Control (which isn't sealed, a rectangle is) and inherit from this in order to add...
Read More...