Skip to main content

RichEditPen.Color Property

Gets or sets the color of a RichEditPen object.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

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

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

One of the ARGB color values indicating the pen color.

See Also