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