ui/winui/MainWindow.idl@8487d11b9491
ui/winui/MainWindow.idl
Tue, 26 Aug 2025 15:07:20 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 26 Aug 2025 15:07:20 +0200
- changeset 731
- 8487d11b9491
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
h/v expand/fill should be independent 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;
}
}