0
kicks
SYSK 340: Learning WPF -- The Logical ‘Name’ Property
As you know, XAML allows you to give a name to declared elements. For example: < TextBox Name = " tb1 " ></ TextBox > In essence, you’re setting the Name property of the TextBox class to ‘tb1’. Why is it important? Because if you’re using...