Weather Data CodeThis post continues from the previous post. The list of posts can be seen on the right side […] January 1, 2021 in Design Patterns tagged java / xaml / weather / WPF / Observer Pattern by Mike
WPF String Static ResourcesWhen you are working in XAML you may find that you’d like to have a way to declare […] May 24, 2020 in WPF tagged resource / key / string / xaml / static / constant / double by Mike
WPF Setting Custom Colors as XAML Static ResourcesAre you working on a project that uses custom colors, perhaps corporate colors? Have you been given the […] April 12, 2020 in WPF tagged resource / variable / set / xaml / static / colors / colours / setting / custom by Mike
WPF Solid Color BrushesMicrosoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […] April 12, 2020 in WPF tagged C# / convertfromstring / convert / string / converter / background / xaml / brush / brushes / colour / color / fill / WPF Brushes by Mike
The Content Property In XAMLWhen you are working with XAML controls, you will find that not all controls have a Content property. […] April 3, 2020 in WPF tagged content / xaml / property by Mike
WPF Window ClassWhat is the window class that you get automatically when you create a new WPF application in Visual […] April 3, 2020 in WPF tagged window / class / xaml / namespace / WPF by Mike
WPF Controls with Built-In Command BindingsSome controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […] April 1, 2020 in WPF tagged text / command / paste / copy / control / binding / xaml / commandtarget / WPF / cut / editor by Mike
WPF Commands CanExecuteIn the previous post we implemented a CanExecute event that simply returned true so that the button would […] April 1, 2020 in WPF tagged text / paste / copy / xaml / commands / canexecute / wrap by Mike
WPF Data Binding IntroductionWhat is binding in WPF? It is about tying together .NET objects. It’s about fastening together. In the […] March 31, 2020 in WPF tagged data / WPF / introduction / binding / xaml / synchronize / WPF Data Binding by Mike
WPF Resources IntroductionWPF supports two types of resources: binary and logical. Binary resources include, for example, images or icons that […] May 2, 2016 in WPF tagged binary / resource / resources / WPF / logical / xaml / WPF Resources by Mike
C# XAML IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. This […] April 8, 2016 in WPF tagged WPF / introduction / xaml / C# XAML by Mike