Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThemeColor Class / Accent2 Property


In This Topic
    Accent2 Property
    In This Topic
    Gets or sets the accent2.
    Syntax
    'Declaration
     
    Public Property Accent2 As Color
    'Usage
     
    Dim instance As ThemeColor
    Dim value As Color
     
    instance.Accent2 = value
     
    value = instance.Accent2
    public Color Accent2 {get; set;}

    Property Value

    The accent2.
    See Also