RichEditBrush Class
In This Article
Defines a brush for custom draw on the layout canvas. Brushes are used to fill graphics shapes and draw text.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
#Declaration
public class RichEditBrush :
RichEditBrushBase
#Remarks
Create a new RichEditBrush instance and pass it as a parameter to one of the following methods:
#Inheritance
Object
RichEditBrushBase
RichEditBrush
See Also