Spread WPF 15
GrapeCity.Windows.SpreadSheet.Data Namespace / ThemeColor Class / Accent4 Property


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

    Property Value

    The accent4.
    See Also