Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1MaterialThemeSettings Class / PrimaryColor Property

In This Topic
    PrimaryColor Property (C1MaterialThemeSettings)
    In This Topic
    Gets or sets primery color for material theme.
    Syntax
    'Declaration
     
    Public Property PrimaryColor As System.Drawing.Color
    public System.Drawing.Color PrimaryColor {get; set;}
    See Also