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





Specifies the allowed user interactions on a window.

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

 Syntax

C#  Copy Code

public enum ResizeMode

Visual Basic  Copy Code

Public Enum ResizeMode

 Members

  Member name Description

CanMinimize

Indicates that the window can be minimized interactively.

CanResize

Indicates that the window can be resized interactively.

NoResize

Indicates that the window cannot be resized interactively.

 Remarks

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

 See Also

MindFusion.UI.Wpf Namespace