The following tables list the members exposed by TextDocumentAppearance.
Name | Description | |
---|---|---|
TextDocumentAppearance Constructor | Constructor |
Name | Description | |
---|---|---|
Background | Returns/sets the brush to be used for the background. | |
FontBold | Returns/sets whether the font is bold. | |
FontFamily | Returns/sets the font family. | |
FontItalic | Returns/sets whether the font is italic. | |
FontSize | Returns/sets the font size. | |
FontStyle | Returns the FontStyle associated with the appearance (read only) | |
FontWeight | Returns the FontWeight associated with the appearance (read only) | |
Foreground | Returns/sets the brush to be used for the foreground. | |
TextFormattingMode | Returns sets the TextOptions.TextFormattingMode associated with the appearance. | |
Typeface | Returns the Typeface associated with the Appearance based on the current FontFamily, FontStyle and FontWeight. (read only) |