fix issue with DPI
This commit is contained in:
@@ -43,5 +43,11 @@ namespace NotificationFlyoutSample
|
||||
this.Placement = NotificationFlyoutPlacement.FullRight;
|
||||
}
|
||||
}
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var app = GetApplication();
|
||||
app.OpenAsWindow<Test>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user