'Declaration
Public Shared Function GetTheme( _ ByVal theme As BuiltInThemes _ ) As Theme
'Usage
Dim theme As BuiltInThemes Dim value As Theme value = Theme.GetTheme(theme)
public static Theme GetTheme( BuiltInThemes theme )
Parameters
- theme
- A BuiltInThemes value indicates the theme to get.