Hi publicENEMY,
Essentially, each XAML element represents a C# object. In addition, each attribute on a XAML element represents a C# property. Just as an example, I would recommend looking at a basic class such as the TextBlock class (http://msdn2.microsoft.com/en-us/library/system.windows.controls.textblock.aspx) to get a feel for this.
An overview of XAML can be found here: http://msdn2.microsoft.com/en-us/library/ms752059.aspx
If this answers your question, please select "Mark as Answer", if not, please post a follow up question and I will be glad to help.
Chad Campbell
|