[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ShadesColorItem.LightMedium

LightMedium Property

LightMedium

Gets or sets the light-medium shade of the color.

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

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