Skip to main content
A newer version of this page is available. .

SchedulerColorSchema Members

A color schema which contains colors for a scheduler’s resources.

Constructors

Name Description
SchedulerColorSchema() Initializes a new instance of the SchedulerColorSchema class with the default settings.
SchedulerColorSchema(Color) Initializes a new instance of the SchedulerColorSchema class and assigns values to its members using the parameter as a color base.

Properties

Name Description
BaseColor Gets or sets the schema’s base color, whose variations, according to an internal algorithm, are used as other color components of the schema.
Cell Gets or sets the color value of the cell’s color schema component.
CellBorder Gets or sets the color value of the normal cell border’s color.
CellBorderDark Gets or sets the color value of the color schema component.
CellLight Gets or sets the color value of the color schema component.
CellLightBorder Gets or sets the color value of the color schema component.
CellLightBorderDark Gets or sets the color value of the color schema component.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the color schema.
See Also