ui/winui/MainWindow.idl@7899792496cb
ui/winui/MainWindow.idl
Sun, 31 Aug 2025 10:31:42 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 31 Aug 2025 10:31:42 +0200
- changeset 746
- 7899792496cb
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add textstyle wrapper functions
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}