'Declaration
Public Shared Function ChangeFontScheme( _ ByVal theme As Theme, _ ByVal fontScheme As ThemeFontScheme _ ) As Theme
'Usage
Dim theme As Theme Dim fontScheme As ThemeFontScheme Dim value As Theme value = Theme.ChangeFontScheme(theme, fontScheme)
public static Theme ChangeFontScheme( Theme theme, ThemeFontScheme fontScheme )
Parameters
- theme
- The theme.
- fontScheme
- The new font scheme to set.
Return Value
A new Theme object that contains the new font scheme.