Emmanuel Hansen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Controls/Window.cs
|
|
|
@ -209,6 +209,7 @@ namespace Avalonia.Controls |
|
|
|
CreatePlatformImplBinding(WindowStateProperty, state => PlatformImpl!.WindowState = state); |
|
|
|
CreatePlatformImplBinding(ExtendClientAreaToDecorationsHintProperty, hint => PlatformImpl!.SetExtendClientAreaToDecorationsHint(hint)); |
|
|
|
CreatePlatformImplBinding(ExtendClientAreaChromeHintsProperty, hint => PlatformImpl!.SetExtendClientAreaChromeHints(hint)); |
|
|
|
CreatePlatformImplBinding(ExtendClientAreaTitleBarHeightHintProperty, height => PlatformImpl!.SetExtendClientAreaTitleBarHeightHint(height)); |
|
|
|
|
|
|
|
CreatePlatformImplBinding(MinWidthProperty, UpdateMinMaxSize); |
|
|
|
CreatePlatformImplBinding(MaxWidthProperty, UpdateMinMaxSize); |
|
|
|
|