WPF Data binding Label content
问题 I'm trying to create a simple WPF Application using data binding. The code seems fine, but my view is not updating when I'm updating my property. Here's my XAML: <Window x:Class="Calculator.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:calculator="clr-namespace:Calculator" Title="MainWindow" Height="350" Width="525" Name="MainWindowName"> <Grid> <Label Name="MyLabel" Background="LightGray" FontSize=