RadControls for Silverlight

Specifies whether a window can be resized and, if so, how it can be resized. Used by the ResizeMode property.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ResizeMode
Visual Basic
Public Enumeration ResizeMode

Members

Member nameValueDescription
CanResize0 RadWindow can be resized. The Minimize and Maximize buttons are all shown.
CanMinimize1 RadWindow can only be minimized and restored. Only the Minimize and Close buttons are shown.
NoResize2 RadWindow cannot be resized. The Minimize and Maximize buttons are not displayed in the title bar.

See Also