dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
602 stars 38 forks source link

Can you pack for additional properties? #13

Closed wuyang26 closed 2 years ago

wuyang26 commented 2 years ago

Can you pack for additional properties? It's easy to write by xaml.

dotMorten commented 2 years ago

Could you please add more detail? I'm not sure what you're asking to add?

wuyang26 commented 2 years ago

https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/custom-attached-properties

modify window size by xaml

dotMorten commented 2 years ago

This API will provide the extension methods to allow you to set the window size - it won't provide attached properties to do so - The Window class isn't a DependencyObject so you can't attach properties to it.