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

RichEditBrush(Color) Constructor

Initializes new instance of the RichEditBrush class with the specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.RichEdit

Declaration

public RichEditBrush(
    Color color
)

Parameters

Name Type Description
color Color

Represents one of the ARGB color values.

See Also