Closed jschroedl closed 4 years ago
Sorry if this is not the proper place for this issue, I don't see how to open an issue for a specific branch. Meant for @marb2000
Branch: Win32 Document: https://github.com/microsoft/microsoft-ui-xaml-specs/blob/Win32/active/Win32/Window_and_Application_API_Spec.md
"WindowSizeChangedEventArgs.Visible: Gets the new size of the window in units of effective (view) pixels.
public Size Visible { get; } "
This mentions 'Visible' but I suspect it should say 'Bounds' or 'Size'
Fix in PR https://github.com/microsoft/microsoft-ui-xaml-specs/pull/72
Sorry if this is not the proper place for this issue, I don't see how to open an issue for a specific branch. Meant for @marb2000
Branch: Win32 Document: https://github.com/microsoft/microsoft-ui-xaml-specs/blob/Win32/active/Win32/Window_and_Application_API_Spec.md
"WindowSizeChangedEventArgs.Visible: Gets the new size of the window in units of effective (view) pixels.
public Size Visible { get; } "
This mentions 'Visible' but I suspect it should say 'Bounds' or 'Size'