Silverlight 3 enables property binding to CLR objects and other UI components via XAML – UI to UI binding. It is useful in a lot of scenarios and saves time for both developers and designers.
Example
Download source code
Syntax
{Binding Value, ElementName=MySlider}
where Value is property of a CLR object and MySlider is the name of this object
Hope that helps!