'Declaration Public Function New( _ ByVal targetViewType As Type, _ ByVal themeType As Type, _ ByVal targetElementType As Type, _ ByVal targetColorMode As ColorModeEnum, _ ByVal targetAccentBrush As Brush _ )
'Usage Dim targetViewType As Type Dim themeType As Type Dim targetElementType As Type Dim targetColorMode As ColorModeEnum Dim targetAccentBrush As Brush Dim instance As New MetroThemeKey(targetViewType, themeType, targetElementType, targetColorMode, targetAccentBrush)
public MetroThemeKey( Type targetViewType, Type themeType, Type targetElementType, ColorModeEnum targetColorMode, Brush targetAccentBrush )
Parameters
- targetViewType
- themeType
- targetElementType
- targetColorMode
- targetAccentBrush