Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeOutline.CompoundType Property

Gets or sets the compound type for a shape line.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

ShapeLineCompoundType CompoundType { get; set; }

#Property Value

Type Description
ShapeLineCompoundType

A ShapeLineCompoundType enumeration value specifying the compound line style.

Available values:

Name Description Example
Single

A single line of normal width.

SpreadsheetLineCompoundType_Single

Double

A line style composed of double lines of equal width.

SpreadsheetLineCompoundType_Double

ThickThin

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

SpreadsheetLineCompoundType_DoubleThickThin

ThinThick

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

SpreadsheetLineCompoundType_DoubleThinThick

Triple

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

SpreadsheetLineCompoundType_Triple

#Remarks

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

See Also