Skip to main content

ReadOnlyTextPropertiesBase.StrikeoutColor Property

Gets the color of the strikeout line.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

Color StrikeoutColor { get; }

Property Value

Type Description
Color

A Color object that s the color of the strikeout line.

See Also