Version

TextDocumentAppearance Class Members

The following tables list the members exposed by TextDocumentAppearance.

Public Constructors
 NameDescription
Public ConstructorTextDocumentAppearance ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyBackgroundReturns/sets the brush to be used for the background.  
Public PropertyFontBoldReturns/sets whether the font is bold.  
Public PropertyFontFamilyReturns/sets the font family.  
Public PropertyFontItalicReturns/sets whether the font is italic.  
Public PropertyFontSizeReturns/sets the font size.  
Public PropertyFontStyleReturns the FontStyle associated with the appearance (read only)  
Public PropertyFontWeightReturns the FontWeight associated with the appearance (read only)  
Public PropertyForegroundReturns/sets the brush to be used for the foreground.  
Public PropertyTextFormattingModeReturns sets the TextOptions.TextFormattingMode associated with the appearance.  
Public PropertyTypefaceReturns the Typeface associated with the Appearance based on the current FontFamily, FontStyle and FontWeight. (read only)  
See Also