Spread Windows Forms 12.0 Product Documentation
FontName Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextAndFont Class : FontName Property
Gets or sets the name of the font of the text.
Syntax
'Declaration
 
Public Overridable Property FontName As String
'Usage
 
Dim instance As TextAndFont
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
public virtual string FontName {get; set;}

Property Value

String containing the name of the font
See Also

Reference

TextAndFont Class
TextAndFont Members