Skip to main content
A newer version of this page is available. .

RichEditAppearance.Text Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

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.

See Also