Specifies the allowed user interactions on a window.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum ResizeMode |
Visual Basic
![]() |
---|
Public Enum ResizeMode |
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. |
Values from this enumeration are assigned to the ResizeMode property of the Window class.