Shortcuts are not supported, but you can use TextBlock instead . However, this is not a direct replacement, and this post highlights some of the differences.
Although the TextBlock lives in the System.Windows.Controls namespace, this is not a control. It comes directly from FrameworkElement. Label, on the other hand, comes from ContentControl. This means this shortcut can:
- Get the user control template (via the Template property).
- , ( Content).
- DataTemplate ( ContentTemplate).
- , ContentControl , FrameworkElement .
! Label , TextBlock ....