MindFusion.Wpf Pack Programmer's Guide
MinimizeMode Enumeration
See Also
 





Specifies the behavior of minimized windows.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  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.

 Remarks

Values from this enumeration are assigned to the MinimizeMode property of the Window class.

 See Also

MindFusion.UI.Wpf Namespace