Font..::..Size Property

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

Syntax


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