Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool MaximizedByDefault

Declaration

bool MaximizedByDefault

Summary

To make the window maximized by default (i.e. on first run, before the user has had a chance to move/resize the window), override this property and return true. This property is read from the window constructor. Do not use XAML to set Maximized to true because ManagedWindow will not be able to override that without flicker (and thus doesn't support that at all).