Back to Devexpress

ShapeLineCompoundType Enum

officefileapi-devexpress-dot-spreadsheet-dot-drawings-7dcc5ac1.md

latest2.0 KB
Original Source

ShapeLineCompoundType Enum

Lists values that specify the compound line type.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeLineCompoundType
vb
Public Enum ShapeLineCompoundType

Members

NameDescriptionExample
Single

A single line of normal width.

|

| | Double |

A line style composed of double lines of equal width.

|

| | ThickThin |

A line style composed of double lines, the first of which is thick and the second, thin.

|

| | ThinThick |

A line style composed of double lines, the first of which is thin and the second, thick.

|

| | Triple |

A line style composed of triple lines, the first of which is thin, the second, thick, and the last one, thin.

|

|

The following properties accept/return ShapeLineCompoundType values:

See Also

DevExpress.Spreadsheet.Drawings Namespace