RichEditBehaviorOptions.FontSource Property
Specifies the settings applied to the default font of a RichEdit control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[DefaultValue(RichEditBaseValueSource.Auto)]
public virtual RichEditBaseValueSource FontSource { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
Auto | A Rich |
Available values:
Name | Description |
---|---|
Auto | The property value is obtained from the corresponding property of the control if it is different from default. |
Document | The property value is obtained from the corresponding property of the document. |
Control | The property value is obtained from the corresponding property of the control. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Font |
---|---|
Rich |
|
#Remarks
Set the FontSource
property to RichEditBaseValueSource.Control to use the control’s AppearanceObject.Font value is used to display text. When the FontSource
is set to RichEditBaseValueSource.Auto, the AppearanceObject.Font value is applied if it’s different from the document’s default font value. The font is used to the text with no direct font formatting or style applied.
Important
Starting with v19.Font
property does no longer affect the default document font. Set the Richfalse
to restore previous behavior and use the Font
property.