Control..::..Tint Property

Gets/Sets the color used to Tint the used Style

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

Syntax


public int Tint { get; set; }
Public Property Tint As Integer
	Get
	Set
public:
property int^ Tint {
	int^ get ();
	void set (int^ value);
}