Font..::..Underlined Property

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

Syntax


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