Gets or sets whether the window can be resized and maximized.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public bool IsResizable { get; set; }
Visual Basic
Public Property IsResizable As Boolean
	Get
	Set

See Also