Spread Silverlight Documentation
ThemeFont Constructor


The script.
The typeface.
Initializes a new instance of the ThemeFont class.
Syntax
'Declaration
 
Public Function New( _
   ByVal script As System.String, _
   ByVal typeface As System.String _
)
'Usage
 
Dim script As System.String
Dim typeface As System.String
 
Dim instance As New ThemeFont(script, typeface)
public ThemeFont( 
   System.string script,
   System.string typeface
)

Parameters

script
The script.
typeface
The typeface.
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

ThemeFont Class
ThemeFont Members

 

 


Copyright © GrapeCity, inc. All rights reserved.