Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.MaterialControls Namespace / MaterialAccentEnum Enumeration


In This Topic
    MaterialAccentEnum Enumeration
    In This Topic
    Represents the material color palettes. Each color palette defines complimentary background and foreground colors in addition to any other required brushes, such as the selection and border brushes.
    Syntax
    'Declaration
     
    Public Enum MaterialAccentEnum 
       Inherits System.Enum
    'Usage
     
    Dim instance As MaterialAccentEnum
    public enum MaterialAccentEnum : System.Enum 
    Members
    MemberDescription
    AmberThe amber color palette.
    BlueThe blue color palette.
    BlueGrayThe blue-gray color palette.
    BrownThe brown color palette.
    CyanThe cyan color palette.
    DeepOrangeThe deep-orange color palette.
    DeepPurpleThe deep purple color palette.
    GrayThe  gray color palette.
    GreenThe green color palette.
    IndigoThe indigo color palette.
    LightBlueThe light-blue color palette.
    LightGreenThe light-green color palette.
    LimeThe lime color palette.
    OrangeThe orange color palette.
    PinkThe pink color palette.
    PurpleThe purple color palette.
    RedThe red color palette.
    TealThe tealcolor palette.
    YellowThe yellow color palette.
    Remarks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.MaterialControls.MaterialAccentEnum

    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