[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ShadesColorItem

ShadesColorItem Class

Represents a color item with multiple shades.

Inheritance
ShadesColorItem
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class ShadesColorItem : ColorThemeItem
Remarks

This class extends ColorThemeItem and provides multiple shade variations of a color, ranging from very light to very dark.

Constructors

Name Description
ShadesColorItem()

Properties

Name Description
Base

Gets or sets the base shade of the color.

Dark

Gets or sets the dark shade of the color.

DarkMedium

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

Darker

Gets or sets the darker shade of the color.

Light

Gets or sets the light shade of the color.

LightMedium

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

Lighter

Gets or sets the lighter shade of the color.

Medium

Gets or sets the medium shade of the color.

VeryDark

Gets or sets the very dark shade of the color.

VeryLight

Gets or sets the very light shade of the color.