Skip Navigation LinksHome / Tips / View Tip

XAML Element Binding

+ Add to SilverlightShow Favorites
2 comments   /   posted by Emil Stoychev on Mar 24, 2009
(1 votes)
Categories: General , Binding

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

Get Microsoft Silverlight

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!

Share


Comments

Comments RSS RSS
  • RE: XAML Element Binding  

    posted by Matt on Sep 11, 2009 19:12
    Is there supposed to be something in this article between the Example heading and the Download source code? Just checking because my screen shows a huge white space (Firefox browser). Just letting you know - keep up the good work.

    -Matt (VB)


  • RE: XAML Element Binding  

    posted by emil on Sep 14, 2009 10:14
    Thanks, Matt! The demo is fixed.

Add Comment

 
 

   
  
  
   
Please add 7 and 7 and type the answer here: