SelectionFont Property (IPaintingContext) | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / SelectionFont Property


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