SplitContainer..::..RetainAspect Property

Gets or sets a value indicating whether [retain aspect].

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

Syntax


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

Field Value

true if [retain aspect]; otherwise, false.