Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeTextStrikeType Enum

Lists the types of lines drawn through the text.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum ShapeTextStrikeType

Members

Name Description
None

No strike-through.

Single

Single line strike-through.

Double

Double line strike-through.

See Also