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

ShapeOutline.CompoundType Property

Gets or sets the compound type for a shape line.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

ShapeLineCompoundType CompoundType { get; set; }

Property Value

Type Description
ShapeLineCompoundType

A ShapeLineCompoundType enumeration value specifying the compound line style.

Remarks

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

See Also