Specifies the behavior of minimized windows.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.Common.Wpf
C#
![]() |
---|
public enum MinimizeMode |
Visual Basic
![]() |
---|
Public Enum MinimizeMode |
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. |
Values from this enumeration are assigned to the MinimizeMode property of the Window class.