microsoft / microsoft-ui-xaml-specs

API spec repository for the Windows UI Library (WinUI)
https://github.com/Microsoft/microsoft-ui-xaml
Creative Commons Attribution 4.0 International
119 stars 40 forks source link

Win32 Xaml.Window WindowSizeChangedEventArgs.Visible is incorrect property. #78

Closed jschroedl closed 4 years ago

jschroedl commented 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'

jschroedl commented 4 years ago

Fix in PR https://github.com/microsoft/microsoft-ui-xaml-specs/pull/72