Specifies the allowed user interactions on a window.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
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. |
RemarksValues from this enumeration are assigned to the ResizeMode property of the Window class.
See Also