Xceed DataGrid for WPF v7.2 Documentation
MetroThemeKey Constructor(Type,Type,Type,ColorMode,Brush)


Xceed.Wpf.DataGrid.ThemePack.4 Assembly > Xceed.Wpf.DataGrid.ThemePack.Markup Namespace > MetroThemeKey Class > MetroThemeKey Constructor : MetroThemeKey Constructor(Type,Type,Type,ColorMode,Brush)
Syntax
'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
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