Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / NullFont Property


In This Topic
NullFont Property (Appearance)
In This Topic
Gets or sets the font for a null object.
Syntax
'Declaration
 
Public Property NullFont As Font
 
'Usage
 
Dim instance As Appearance
Dim value As Font
 
instance.NullFont = value
 
value = instance.NullFont
See Also