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

RichEditPen(Color) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

public RichEditPen(
    Color color
)

Parameters

Name Type Description
color Color

Represents one of the ARGB color values.

Remarks

To set the thickness of the RichEditPen object, use the RichEditPenBase.Thickness property. To set the line style of the RichEditPen object, use the RichEditPenBase.DashStyle property.

See Also