Spread Windows Forms 12.0 Product Documentation
Font Property (Style)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Style Class : Font Property
Gets or sets the font of the Style.
Syntax
'Declaration
 
Public Property Font As Font
'Usage
 
Dim instance As Style
Dim value As Font
 
instance.Font = value
 
value = instance.Font
public Font Font {get; set;}

Property Value

The Font value that indicates the font.
See Also

Reference

Style Class
Style Members