CellBrushSchema Properties
A combination of colors used to paint the cell background and borders.| 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. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DarkBorderBrush | Gets or sets the brush value for the cell’s dark border. This is a dependency property. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| LightBorderBrush | Gets or sets the brush value for the cell’s light border. This is a dependency property. |
See Also