Font..::..Family Property

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

Syntax


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