ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ThemeResourceDescriptor Class / Accent5 Property

In This Topic
    Accent5 Property (ThemeResourceDescriptor)
    In This Topic
    Gets or sets the value of the Accent5 color.
    Syntax
    'Declaration
     
    Public Property Accent5 As String
    public string Accent5 {get; set;}

    Property Value

    A System.String representing the value of the Accent5 color.
    Remarks
    Accepted values are in HEX format (e.g., "#000000" for black) or named colors (e.g., "Black").
    See Also