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

RichEditControl.AutoBackground Property

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public SolidColorBrush AutoBackground { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object.

See Also