Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextAndFont Class / SelectedFont Property


In This Topic
SelectedFont Property (TextAndFont)
In This Topic
Gets or sets the font for selected text.
Syntax
'Declaration
 
Public Overridable Property SelectedFont As Font
 
'Usage
 
Dim instance As TextAndFont
Dim value As Font
 
instance.SelectedFont = value
 
value = instance.SelectedFont
See Also