Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FontScheme Class
FontScheme Members

 

 


Copyright © GrapeCity, inc. All rights reserved.