TextArea..::..UseTextColor Property

Gets or sets a value indicating whether [use text color].

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

Syntax


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

Field Value

true if [use text color]; otherwise, false.