The RichTextToolBar type exposes the following members.

Constructors

  NameDescription
RichTextToolBar
Initializes a new instance of the RichTextToolBar class.

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.

Fields

  NameDescription
CurrentBackgroundProperty
Identifies the CurrentBackground property.
CurrentFontFamilyProperty
Identifies the CurrentFontFamily property.
CurrentFontSizeProperty
Identifies the CurrentFontSize property.
CurrentFontStyleProperty
Identifies the CurrentFontStyle property.
CurrentFontWeightProperty
Identifies the CurrentFontWeight property.
CurrentForegroundProperty
Identifies the CurrentForeground property.
CurrentTextAlignmentProperty
Identifies the CurrentTextAlignment property.
CurrentTextDecorationsProperty
Identifies the CurrentTextDecorations property.
FontSelectorDisplayModeProperty
Identifies the FontSelectorDisplayMode property.
RichTextBoxProperty
Identifies the RichTextBox property.

Properties

  NameDescription
BackgroundPalette
Gets or sets the background color palette.
CurrentBackground
Gets or sets the background brush of the selected text. Setting this property will apply a background brush to the selected text. This is a dependency property.
CurrentFontFamily
Gets or sets the FontFamily of the selected text. Setting this property will apply a FontFamily to the selected text. This is a dependency property.
CurrentFontSize
Gets or sets the font size of the selected text. Setting this property will apply a font size to the selected text. This is a dependency property.
CurrentFontStyle
Gets or sets the font style of the selected text. This is a dependency property.
CurrentFontWeight
Gets or sets the font weight of the selected text. This is a dependency property.
CurrentForeground
Gets or sets the foreground brush of the selected text. Setting this property will apply a foreground brush to the selected text. This is a dependency property.
CurrentTextAlignment
Gets or sets the TextAlignment of the selected text. If the different parts of the selected text have different alignments, then the value of this property will be null. This is a dependency property.
CurrentTextDecorations
Gets or sets the text decorartions of the selected text. This is a dependency property.
FontFamilies
Gets or sets a list of font families available to the user.
FontSelectorDisplayMode
Gets or sets how font names should be displayed in the font selector. This is a dependency property.
FontSizes
Gets or sets a list of font sizes available to the user.
ForegroundPalette
Gets or sets the foreground color palette.
RichTextBox
Gets or sets the RichTextBox linked to this RichTextToolBar. This is a dependency property.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.

See Also