filmov
tv
CSharp #017: How to Load XAML in WPF Programming

Показать описание
We will learn how to use XAML resource in WPF programming,
uri, Name property of a control, and how to find a control in the xaml resource.
CSharp #016: How to Read/Load and Write/Save XAML string.
We will learn StringReader, XmlReader, XamlReader, and XamlWriter
StringReader is in System.IO,
XmlReader in System.Xml,
XamlReader and XamlWriter in System.Windows.Markup respectively.
CSharp #015: Hello XAML for WPF Programming.
We will learn how to use XAML or eXtensible Application Markup Language
for Desktop Application Development with WPF or Windows Presentation Foundation.
CSharp #014: How to Use Grid in WPF
References:
APPLICATIONS = CODE + MARKUP
A GUIDE TO THE MICROSOFT WINDOWS PRESENTATION FOUNDATION
By Charles Petzold
Chapter 19 - XAML(Page 462)
uri, Name property of a control, and how to find a control in the xaml resource.
CSharp #016: How to Read/Load and Write/Save XAML string.
We will learn StringReader, XmlReader, XamlReader, and XamlWriter
StringReader is in System.IO,
XmlReader in System.Xml,
XamlReader and XamlWriter in System.Windows.Markup respectively.
CSharp #015: Hello XAML for WPF Programming.
We will learn how to use XAML or eXtensible Application Markup Language
for Desktop Application Development with WPF or Windows Presentation Foundation.
CSharp #014: How to Use Grid in WPF
References:
APPLICATIONS = CODE + MARKUP
A GUIDE TO THE MICROSOFT WINDOWS PRESENTATION FOUNDATION
By Charles Petzold
Chapter 19 - XAML(Page 462)