ComponentOne Themes for WinForms
GetFont(String,Font) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > GetFont Method : GetFont(String,Font) Method
The target path.
Used if value at specified path does not exist.
Gets a System.Drawing.Font specified by a path.
Syntax
'Declaration
 
Public Overloads Function GetFont( _
   ByVal path As System.String, _
   ByVal defaultValue As System.Drawing.Font _
) As System.Drawing.Font
public System.Drawing.Font GetFont( 
   System.string path,
   System.Drawing.Font defaultValue
)

Parameters

path
The target path.
defaultValue
Used if value at specified path does not exist.

Return Value

The font specified by path or %% if font at specified path does not exist.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List