Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Size { get; set; }
Public Property Size As Single
	Get
	Set
public:
property float Size {
	float get ();
	void set (float value);
}
member Size : float32 with get, set

Property Value

Single

See Also