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


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