DateNavigatorStateAppearance Properties
Contains a cell’s appearance properties.| Name | Description |
|---|---|
| Background | Gets or sets the brush used to paint the cell’s background. This is a dependency property. |
| BorderBrush | Gets or sets the brush used to paint the cell’s borders. This is a dependency property. |
| BorderThickness | Gets or sets the thickness of the cell’s border. This is a dependency property. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CornerRadius | Gets or sets the cell’s corner radius. 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. |
| FontWeight | Gets or sets the cell’s font weight. This is a dependency property. |
| Foreground | Gets or sets the brush used to paint the cell’s foreground. This is a dependency property. |
| 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. |
| Opacity | Gets or sets the opacity factor applied to the cell. This is a dependency property. |
| PriorityIndex | Gets or sets the state’s priority index. |
See Also