Spread Windows Forms 12.0 Product Documentation
SelectedFont Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextAndFont Class : SelectedFont Property
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
public virtual Font SelectedFont {get; set;}

Property Value

Font object containing the font
See Also

Reference

TextAndFont Class
TextAndFont Members