Amended TemplateSettingsProperty

This commit is contained in:
Daniel Clark
2021-02-05 16:26:25 +00:00
parent a00f841fb5
commit abf6df5eeb
@@ -9,7 +9,7 @@ namespace NotificationFlyout.Uwp.UI.Controls
public static readonly DependencyProperty TemplateSettingsProperty =
DependencyProperty.Register(nameof(TemplateSettings),
typeof(NotificationFlyoutPresenterTemplateSettings), typeof(NotificationFlyoutPresenter),
new PropertyMetadata(0d));
new PropertyMetadata(null));
private Grid _root;
private NotificationFlyoutPresenterTemplateSettings _templateSettings;