ScrollBar..::..Ease Property

Gets or sets a value indicating whether this [ScrollBar] is ease.

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

Syntax


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

Field Value

true if ease; otherwise, false.