Amended TemplateSettingsProperty
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ namespace NotificationFlyout.Uwp.UI.Controls
|
|||||||
public static readonly DependencyProperty TemplateSettingsProperty =
|
public static readonly DependencyProperty TemplateSettingsProperty =
|
||||||
DependencyProperty.Register(nameof(TemplateSettings),
|
DependencyProperty.Register(nameof(TemplateSettings),
|
||||||
typeof(NotificationFlyoutPresenterTemplateSettings), typeof(NotificationFlyoutPresenter),
|
typeof(NotificationFlyoutPresenterTemplateSettings), typeof(NotificationFlyoutPresenter),
|
||||||
new PropertyMetadata(0d));
|
new PropertyMetadata(null));
|
||||||
|
|
||||||
private Grid _root;
|
private Grid _root;
|
||||||
private NotificationFlyoutPresenterTemplateSettings _templateSettings;
|
private NotificationFlyoutPresenterTemplateSettings _templateSettings;
|
||||||
|
|||||||
Reference in New Issue
Block a user