Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Themes.MaterialDesignColors Assembly / Xceed.Wpf.Themes.MaterialDesignColors Namespace / Swatch Class / Swatch Constructor


In This Topic
    Swatch Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal primaryHues As IEnumerable(Of Hue), _
       ByVal accentHues As IEnumerable(Of Hue) _
    )
    'Usage
     
    Dim name As String
    Dim primaryHues As IEnumerable(Of Hue)
    Dim accentHues As IEnumerable(Of Hue)
     
    Dim instance As New Swatch(name, primaryHues, accentHues)
    public Swatch( 
       string name,
       IEnumerable<Hue> primaryHues,
       IEnumerable<Hue> accentHues
    )

    Parameters

    name
    primaryHues
    accentHues
    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