Skip to main content
A newer version of this page is available. .

ShapeLineCompoundType Enum

Lists values used to specify the compound line type.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

public enum ShapeLineCompoundType

Members

Name Description
Single

Specifies a single line of normal width.

SpreadsheetLineCompoundType_Single

Double

Specifies a line style composed of double lines of equal width.

SpreadsheetLineCompoundType_Double

ThickThin

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

SpreadsheetLineCompoundType_DoubleThickThin

ThinThick

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

SpreadsheetLineCompoundType_DoubleThinThick

Triple

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

SpreadsheetLineCompoundType_Triple

Related API Members

The following properties accept/return ShapeLineCompoundType values:

Remarks

The values listed by this enumeration are used to set the ShapeOutline.CompoundType property.

See Also