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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override Font Font { get; set; }
Public Overrides Property Font As Font
	Get
	Set
public:
virtual property Font^ Font {
	Font^ get () override;
	void set (Font^ value) override;
}
abstract Font : Font with get, set
override Font : Font with get, set

Property Value

Font

See Also