Skip to main content

RichEditControl.AutoForeground Property

Specifies the default color value that is used when the foreground color is set to Auto. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public SolidColorBrush AutoForeground { get; set; }

#Property Value

Type Description
SolidColorBrush

A SolidColorBrush object.

See Also