Skip to main content

ReadOnlyTextPropertiesBase.StrikeoutWordsOnly Property

Gets whether all characters in the current DocumentText object are struck out.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

bool StrikeoutWordsOnly { get; }

Property Value

Type Description
Boolean

true, if the characters are struck out; otherwise, false.

See Also