PowerShell ObjectsWhat are PowerShell objects? Before discussing what they are, we’ll go back in time to the world of […] March 5, 2021 in Windows tagged foreach / sort / process / object / property / path / recurse / file / objects / PowerShell by Mike
WPF the UpdateSourceTrigger PropertyIn a previous post called WPF DataContext – Targeting the Main Window we saw that when we entered […] April 23, 2020 in WPF tagged data / binding / property / databinding / WPF Data Binding by Mike
WPF File Input Box User ControlOne good use-case for creating a user control is a file input text box. This post is based […] April 16, 2020 in WPF tagged dependency / input / file / user / control / box / property 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
XAML Data Binding DataContextThe wpf-tutorial.com website has an introductory discussion on the DataContext property. The DataContext property is the default source […] March 31, 2020 in WPF tagged data / WPF / binding / property / datacontext by Mike
WPF Property TriggerWith triggers you can change the value of a given property, once a certain condition changes. Triggers come […] March 30, 2020 in WPF tagged trigger / property by Mike
WPF Event Handlers and Property TriggersImagine that you want the color of a control on your GUI to turn blue when the mouse […] March 30, 2020 in WPF tagged rectangle / preference / trigger / color / options / property / button / event / handler / Textbox by Mike
WPF Button StylesYou can style all of your buttons in your WPF project with code only in one place, instead […] March 24, 2020 in WPF tagged button / resource / style / app / styles / setter / property by Mike
C# Composition Part 2This post expands on the previous post C# Composition. We are going to expand our program from the […] January 4, 2019 in C# tagged composition / auto / implemented / has-a / encapsulation / property / C# Inheritance by Mike
C# Property ExampleHere is an example of a program that uses a class. All that we are doing here is […] April 3, 2016 in C# tagged properties / class / classes / property / C# Classes by Mike