'Declaration Public Function New( _ ByVal isDark As Boolean, _ ByVal accent As String, _ ByVal themeResourceDictionary As ThemeResourceDictionary _ )
'Usage Dim isDark As Boolean Dim accent As String Dim themeResourceDictionary As ThemeResourceDictionary Dim instance As New FluentDesignTheme(isDark, accent, themeResourceDictionary)
public FluentDesignTheme( bool isDark, string accent, ThemeResourceDictionary themeResourceDictionary )
Parameters
- isDark
- accent
- themeResourceDictionary