[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ShadesColorItem.Dark

Dark Property

Dark

Gets or sets the dark shade of the color.

Declaration
public string Dark { get; set; }
Property Value
Type Description
string

A string representing the dark shade of the color.

Remarks

The color value can be specified in the following formats: WebColor, HEX8, RGBA, and HSLA.

Examples:

  • WebColor: Red
  • HEX8: #ff0000
  • RGBA: rgba(255, 0, 0, 1)
  • HSLA: hsla(0, 100%, 50%, 1)