Window..::..Resizable Property

Gets or sets a value indicating whether this [Window] is resizable.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Resizable { get; set; }
Public Property Resizable As Boolean
	Get
	Set
public:
property bool^ Resizable {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if resizable; otherwise, false.