ResourceBrushSchema Members
A color combination which contains colors used to paint scheduler resources.Constructors
| Name | Description |
|---|---|
| ResourceBrushSchema() | Initializes a new instance of the ResourceBrushSchema class with the default settings. |
| ResourceBrushSchema(Nullable<Color>) | Initializes a new instance of the ResourceBrushSchema class with the specified settings. |
Fields
| Name | Description |
|---|---|
| BaseColorProperty static | Identifies the ResourceBrushSchema.BaseColor dependency property. |
| DarkCellProperty static | Identifies the ResourceBrushSchema.DarkCell dependency property. |
| LightCellProperty static | Identifies the ResourceBrushSchema.LightCell dependency property. |
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. This is a dependency property. |
| DarkCell | Gets or sets the color schema for the resource’s dark cell. This is a dependency property. |
| Empty static | Returns an empty resource schema. |
| LightCell | Gets or sets the color schema for the resource’s light cell. This is a dependency property. |
See Also