Tooltip..::..AutoLayout Property

Gets or sets a value indicating whether [auto layout].

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

Syntax


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

Field Value

true if [auto layout]; otherwise, false.