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

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

Syntax

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

See Also