using-wpf-behaviors-triggers
Installation
SKILL.md
WPF Behaviors and Triggers
1. Setup
1.1 Install NuGet Package
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.*" />
1.2 XAML Namespace
<Window xmlns:b="http://schemas.microsoft.com/xaml/behaviors">