'Declaration Function GetThemeFont( _ ByVal themeName As String _ ) As FontFamily
'Usage Dim instance As IThemeSupport Dim themeName As String Dim value As FontFamily value = instance.GetThemeFont(themeName)
FontFamily GetThemeFont( string themeName )
Parameters
- themeName
- Name of the theme.
Return Value
The Font family.