ScrollBar..::..AutoScale Property

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

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

Syntax


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

Field Value

true if [auto scale]; otherwise, false.