Xceed DataGrid for WPF v7.2 Documentation
MetroAccentColor Enumeration


Xceed.Wpf.DataGrid.ThemePack.4 Assembly > Xceed.Wpf.DataGrid.ThemePack Namespace : MetroAccentColor Enumeration
Value representing the accent color used by a Metro theme.
Syntax
'Declaration
 
Public Enum MetroAccentColor 

   Inherits System.Enum
'Usage
 
Dim instance As MetroAccentColor
public enum MetroAccentColor : System.Enum 
Members
MemberDescription
BlueThe blue accent color.
BrownThe brown accent color.
DarkRedThe dark red accent color.
DarkSlateBlueThe dark slate blue accent color.
DarkTurquoiseThe dark turquoise accent color.
DarkVioletThe dark violet accent color.
DarkYellowThe dark yellow accent color.
DeepPinkThe deep pink accent color.
DeepSkyBlueThe deep sky blue accent color.
GoldThe gold accent color.
GreenThe green accent color.
LightGreenThe light green accent color.
LightSalmonThe light salmon accent color.
LightSeaGreenThe light sea green accent color.
LimeThe lime accent color.
MediumVioletRedThe medium violet red accent color.
None 
OrangeThe orange accent color.
PaleVioletRedThe pale violet red accent color.
PinkThe pink accent color.
PurpleThe purple accent color.
RedThe red accent color.
RoyalBlueThe royal blue accent color.
TealThe teal accent color.
TurquoiseThe turquoise accent color.
YellowGreenThe yellow green accent color.
Remarks
CustomAccentBrush is used if AccentColor is set to Custom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.ThemePack.MetroAccentColor

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

Xceed.Wpf.DataGrid.ThemePack Namespace