[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ShadesColorItem.VeryLight

VeryLight Property

VeryLight

Gets or sets the very light shade of the color.

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

A string representing the very light 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)