Skip to main content
All docs
V25.2
  • OutlineStyle.CompoundType Property

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public LineCompoundType CompoundType { get; set; }

    Property Value

    Type
    LineCompoundType

    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

    See Also