add note on why specifying in XAML

This commit is contained in:
Matt Lacey 2022-06-07 18:22:22 +01:00
Родитель 8e4d77c695
Коммит 8bd46f92bc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,7 @@
xmlns:local="using:NullableBoolMarkup.UnitTests"
xmlns:ui="using:CommunityToolkit.WinUI.UI">
<Page.Resources>
<!-- This is included as unless specified in XAML the custom types can't be loaded with XamlReader -->
<helpers:ObjectWithNullableBoolProperty x:Key="AnExample" NullableBool="{ui:NullableBool Value=True}" />
</Page.Resources>