Friday, 4 January 2013

What is the purpose of the x:Name attribute in XAML? | WPF

     The x:Name attribute allows you to uniquely identify an instance of an object defined in XAML. The value of the x:Name attribute can be referenced in the associated C# or VB code.

No comments: