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


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

    Property Value

    The accent5.
    See Also