Skip to main content

RichEditBrush(Color) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public RichEditBrush(
    Color color
)

Parameters

Name Type Description
color Color

Represents one of the ARGB color values.

See Also