Back to Devexpress

StrikeoutType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-1046570f.md

latest2.0 KB
Original Source

StrikeoutType Enum

Lists strikeout styles.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum StrikeoutType
vb
<ComVisible(True)>
Public Enum StrikeoutType

Members

NameDescription
None

Indicates that the text strikeout is disabled.

| | Single |

Specifies the single strikeout.

| | Double |

Specifies the double strikeout.

|

The following properties accept/return StrikeoutType values:

Remarks

Use the CharacterPropertiesBase.Strikeout to specify the stikeout style for characters.

See Also

Strikeout

ToggleFontStrikeoutCommand

ToggleFontDoubleStrikeoutCommand

ShowFontFormCommand

DevExpress.XtraRichEdit.API.Native Namespace