Sign in
marlat's blog
Everything about C#, Data visualization, Silverlight and not only
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Animation
Attached Dependency Properites
Blend
C#
Controls
Dependency Properties
Silverlight
Silverlight 3
Silverlight Toolkit
Visual Tree
WPF
XAML
Browse by Tags
MSDN Blogs
>
marlat's blog
>
All Tags
>
c#
Tagged Content List
Blog Post:
GetBindingExpression – a good way to iterate over all dependency properties in visual tree in Silverlight 3?
marlat
Recently I’ve tried to iterate over all dependency properties in the subset of visual tree. Despite it can be fragile, it is useful in advanced scenarios when certain actions needs to be trigged basing on binding’s path, converter or converter parameters. As a lazy programmer, I tried to find something...
on
24 May 2009
Blog Post:
Animate anything anywhere with behaviors in Silverlight 3 (and 2!) (Animations part II)
marlat
Introduction In the previous article on my Blog we have implemented a Panel with 3D (or rather projections) animations. It was cool but we had also two, innate shortcomings there. The first was that the architecture required to implement a new panel and the second was it didn’t provide a good separation...
on
17 May 2009
Blog Post:
How to create generic animated panels in Silverlight 2 and 3 (Animations part I)
marlat
Introduction I’ve always had mixed feelings toward animations in cases of generic controls, panels or item controls. From one side it is extremely easy to define standard animations associated with visual states. From the other implementing any more sophisticated animation means that a generic control...
on
14 May 2009
Blog Post:
Silverlight 3: Template Binding vs. Relative Binding
marlat
Playing with SL3, I did a small research to find differences between Relative Binding and TemplateBinding in SL3 when used in generic templates: · Automatic Conversion is not supported in template binding, so with priority being int type, that won’t work <TextBlock Text="{TemplateBinding...
on
13 May 2009
Page 1 of 1 (4 items)