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


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