Spread for ASP.NET 12 Product Documentation
Font Property (NamedStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class : Font Property
Gets or sets the font for the style.
Syntax
'Declaration
 
Public Overrides Property Font As FontInfo
'Usage
 
Dim instance As NamedStyle
Dim value As FontInfo
 
instance.Font = value
 
value = instance.Font
public override FontInfo Font {get; set;}
See Also

Reference

NamedStyle Class
NamedStyle Members