DateNavigatorStateAppearance Members
Contains a cell’s appearance properties.Constructors
| Name | Description |
|---|---|
| DateNavigatorStateAppearance() | Initializes a new instance of the DateNavigatorStateAppearance class. |
Fields
| Name | Description |
|---|---|
| BackgroundProperty static | Identifies the Background dependency property. |
| BorderBrushProperty static | Identifies the BorderBrush dependency property. |
| BorderThicknessProperty static | Identifies the BorderThickness dependency property. |
| CornerRadiusProperty static | Identifies the CornerRadius dependency property. |
| FontWeightProperty static | Identifies the FontWeight dependency property. |
| ForegroundProperty static | Identifies the Foreground dependency property. |
| OpacityProperty static | Identifies the Opacity dependency property. |
| PriorityIndexProperty static | Identifies the PriorityIndex dependency property. |
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