IsWindowMaximized Property
Gets or sets a value indicating whether the main window is maximized.
public bool IsWindowMaximized {get; set;}
'Declaration
Public Property IsWindowMaximized As Boolean
Property Value
true
if the window is maximized; otherwise,
false
.