Skip to main content

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.v14.2.dll

#Declaration

public SolidColorBrush AutoBackground { get; set; }

#Property Value

Type Description
SolidColorBrush

A SolidColorBrush object.

See Also