Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ThemeFont Class
ThemeFont Members

 

 


Copyright © GrapeCity, inc. All rights reserved.