ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ThemeResourceDescriptor Class / Dark2 Property

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

    Property Value

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