CellBrushSchema Members
A combination of colors used to paint the cell background and borders.Constructors
| Name | Description |
|---|---|
| CellBrushSchema() | Initializes a new instance of the CellBrushSchema class with the default settings. |
Fields
| Name | Description |
|---|---|
| BackgroundProperty static | Identifies the CellBrushSchema.Background dependency property. |
| BaseColorProperty static | Identifies the CellBrushSchema.BaseColor dependency property. |
| DarkBorderBrushProperty static | Identifies the CellBrushSchema.DarkBorderBrush dependency property. |
| LightBorderBrushProperty static | Identifies the CellBrushSchema.LightBorderBrush dependency property. |
Properties
| Name | Description |
|---|---|
| Background | Gets or sets the brush value of the cell background. This is a dependency property. |
| 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. |
| DarkBorderBrush | Gets or sets the brush value for the cell’s dark border. This is a dependency property. |
| LightBorderBrush | Gets or sets the brush value for the cell’s light border. This is a dependency property. |
See Also