Skip to main content

RichEditAppearance.Text Property

Provides access to the appearance object containing appearance settings for the text.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public AppearanceObject Text { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject representing properties used to customize the look and feel of the text.

Remarks

Appearance settings affects only the text that is not explicitly formatted.

Important

Starting with v19.2, the RichEditControl uses document themes to retrieve default font information. As such, the RichEditAppearance.Text property does no longer affect the default document font. Set the RichEditControlCompatibility.UseThemeFonts property to false to restore previous behavior and use the RichEditAppearance.Text property.

See Also