Spread Silverlight Documentation
FontScheme Constructor


GrapeCity.Excel Namespace > FontScheme Class : FontScheme Constructor
The name.
The major font.
The minor font.
Initializes a new instance of the FontScheme class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal majorFont As IThemeFonts, _
   ByVal minorFont As IThemeFonts _
)
'Usage
 
Dim name As System.String
Dim majorFont As IThemeFonts
Dim minorFont As IThemeFonts
 
Dim instance As New FontScheme(name, majorFont, minorFont)
public FontScheme( 
   System.string name,
   IThemeFonts majorFont,
   IThemeFonts minorFont
)

Parameters

name
The name.
majorFont
The major font.
minorFont
The minor font.
See Also

Reference

FontScheme Class
FontScheme Members