Back to Devexpress

ShapeTextStrikeType Enum

officefileapi-devexpress-dot-spreadsheet-dot-drawings-acab0ffa.md

latest1.1 KB
Original Source

ShapeTextStrikeType Enum

Lists the types of lines drawn through the text.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextStrikeType
vb
Public Enum ShapeTextStrikeType

Members

NameDescription
None

No strike-through.

| | Single |

Single line strike-through.

| | Double |

Double line strike-through.

|

The following properties accept/return ShapeTextStrikeType values:

See Also

DevExpress.Spreadsheet.Drawings Namespace