Skip to main content

ShapeTextStrikeType Enum

Lists the types of lines drawn through the text.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ShapeTextStrikeType

Members

Name Description
None

No strike-through.

Single

Single line strike-through.

Double

Double line strike-through.

Related API Members

The following properties accept/return ShapeTextStrikeType values:

See Also