wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-a8550be6.md
Gets or sets the RichEditControl default font color settings. This is a dependency property.
Namespace : DevExpress.Xpf.RichEdit
Assembly : DevExpress.Xpf.RichEdit.v25.2.dll
NuGet Package : DevExpress.Wpf.RichEdit
public RichEditBaseValueSource ForeColorSource { get; set; }
Public Property ForeColorSource As RichEditBaseValueSource
| Type | Description |
|---|---|
| RichEditBaseValueSource |
A RichEditBaseValueSource enumeration member specifying the font color settings provider.
|
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.
|
You can access this nested property as listed below:
| Object Type | Path to ForeColorSource |
|---|---|
| RichEditControl |
.BehaviorOptions .ForeColorSource
|
Set the ForeColorSource to RichEditBaseValueSource.Control use the RichEditControl.Font property value as the text’s forecolor. The RichEditBaseValueSource.Auto value indicates that if the ForeColor property of the control has a value different from the default, then this value is applied. The forecolor is used to the text with no direct font formatting or style applied.
See Also
DXRichEditBehaviorOptions Class