ui/winui/MainWindow.idl@951b92ce3708
ui/winui/MainWindow.idl
4 weeks ago
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 30 Mar 2025 10:45:56 +0200 (4 weeks ago)
- changeset 533
- 951b92ce3708
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
replace imageviewer integer zoom with fp userscale setting
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}