Specifies the behavior of minimized windows.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public enum MinimizeMode |
Visual Basic
Copy Code
|
|---|
Public Enum MinimizeMode |
Members| Member name | Description | |
|---|---|---|
![]() |
HostBottom |
Indicates that the minimized window is arranged at the bottom of their containing WindowHost. |
![]() |
HostTop |
Indicates that the minimized window is arranged at the top of their containing WindowHost. |
![]() |
InPlace |
Indicates that the window is minimized in-place. |
RemarksValues from this enumeration are assigned to the MinimizeMode property of the Window class.
See Also