Style..::..Font Property

name of the font to use for text

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

Syntax


public string Font { get; set; }
Public Property Font As String
	Get
	Set
public:
property String^ Font {
	String^ get ();
	void set (String^ value);
}