DCSIMG
Quiz - Essential XAML

Browse by Tags

All Tags » Quiz (RSS)

WPF Quiz #3 – Naming by Tomer Shamam

Having the following UserControl: < UserControl x : Class = "Quiz3.RobotView"             xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation"             xmlns : x = http://schemas.microsoft.com/winfx/2006/xaml >     < Grid >         < ListBox x : Name = "listBoxParts" />    ...
תגים:, , ,

WPF Quiz #2 – Styles by Tomer Shamam

Having the following WPF code snippets: < Application x : Class = "Quiz2.App"             xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation"             xmlns : x = "http://schemas.microsoft.com/winfx/2006/xaml"             StartupUri = "MainWindow.xaml" >    ...
תגים:, , ,

WPF Quiz #1 – Resources by Tomer Shamam

Having the following WPF code snippets: < Application x : Class = "Quiz1.App" xmlns = http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns : x = "http://schemas.microsoft.com/winfx/2006/xaml" >     < Application.Resources >         < SolidColorBrush x : Key = "BackgroundBrush" Color = "Red" />     </ Application.Resources > </ Application > public  ...
תגים:, , ,
Powered by Community Server (Commercial Edition), by Telligent Systems