AppearanceObject Members
Contains an item’s appearance properties.Constructors
| Name | Description |
|---|---|
| AppearanceObject() | Initializes a new instance of the AppearanceObject class. |
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. |
| TabBackgroundColorProperty static | Identifies the TabBackgroundColor dependency property. |
Properties
| Name | Description |
|---|---|
| Background | Gets or sets the brush used to paint the item’s background. This is a dependency property. |
| FontFamily | Gets or sets the item’s font weight. This is a dependency property. |
| FontSize | Gets or sets the item’s font size. This is a dependency property. |
| FontStretch | Gets or sets the item’s font stretch. This is a dependency property. |
| FontStyle | Gets or sets the item’s font style. This is a dependency property. |
| FontWeight | Gets or sets the item’s font weight. This is a dependency property. |
| Foreground | Gets or sets the brush used to paint the item’s foreground. This is a dependency property. |
| TabBackgroundColor | Gets or sets the background color of the item tab header when it is placed in a DocumentGroup. This is a dependency property. |
See Also