Xceed Toolkit Plus for WPF v4.6 Documentation
MetroThemeKey Constructor(Type,Type,Type,ColorModeEnum,Brush)


Xceed.Wpf.DataGrid.Themes.Metro Assembly > Xceed.Wpf.DataGrid.Themes.Metro.Markup Namespace > MetroThemeKey Class > MetroThemeKey Constructor : MetroThemeKey Constructor(Type,Type,Type,ColorModeEnum,Brush)
Syntax
'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
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MetroThemeKey Class
MetroThemeKey Members
Overload List