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. |
| CornerRadius | Gets or sets the cell’s corner radius. This is a dependency property. |
| 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. |
| 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