Format Properties
Contains appearance settings for conditional formatting.| Name | Description |
|---|---|
| Background | Gets or sets the brush used to paint the background of the formatted cell. This is a dependency property. |
| FontFamily | Gets or sets the font family name for the formatted grid cells. This is a dependency property. |
| FontSize | Gets or sets the font size for the formatted cells. This is a dependency property. |
| FontStretch | Gets or sets the font stretch for the formatted cells. This is a dependency property. |
| FontStyle | Gets or sets the text style applied to the formatted cells. This is a dependency property. |
| FontWeight | Gets or sets the weight of the text font for the formatted cells. This is a dependency property. |
| Foreground | Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property. |
See Also