StyleBase Members
The base class for all styles that configure the appearance of grid elements.Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
| FontAttributesProperty static | Identifies the FontAttributes bindable property. |
| FontColorProperty static | Identifies the FontColor bindable property. |
| FontFamilyProperty static | Identifies the FontFamily bindable property. |
| FontSizeProperty static | Identifies the FontSize bindable property. |
| TextDecorationsProperty static | Identifies the TextDecorations dependency property. |
Properties
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the background color. |
| FontAttributes | Gets or sets whether the text is bold or italic. |
| FontColor | Gets or sets the font color. |
| FontFamily | Gets or sets the font family name. |
| FontSize | Gets or sets the font size. |
| StyledElement | |
| TextDecorations | Gets or sets whether the text is underlined and/or strike-through. |
See Also