Format Members
Contains appearance settings for conditional formatting.Fields
| Name | Description |
|---|---|
| BackgroundProperty static | Identifies the Background dependency property. |
| FontFamilyProperty static | Identifies the FontFamily dependency property. |
| FontSizeProperty static | Identifies the FontSize dependency property. |
| FontStretchProperty static | Identifies the FontStretch dependency property. |
| FontStyleProperty static | Identifies the FontStyle dependency property. |
| FontWeightProperty static | Identifies the FontWeight dependency property. |
| ForegroundProperty static | Identifies the Foreground dependency property. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also