Back to Devexpress

ShapeOutline.CompoundType Property

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapeoutline-c775c2a0.md

latest2.5 KB
Original Source

ShapeOutline.CompoundType Property

Gets or sets the compound type for a shape line.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeLineCompoundType CompoundType { get; set; }
vb
Property CompoundType As ShapeLineCompoundType

Property Value

TypeDescription
ShapeLineCompoundType

A ShapeLineCompoundType enumeration value specifying the compound line style.

|

Available values:

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.

|

|

Remarks

Use the CompoundType property to apply a line style composed of double or triple lines of different width.

See Also

ShapeOutline Interface

ShapeOutline Members

DevExpress.Spreadsheet.Drawings Namespace