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


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

    Property Value

    The accent6.
    See Also