Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

ShapeOutline.CompoundType Property

Gets or sets the compound type for a shape line.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.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