[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.LineCapStyle

Enum LineCapStyle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the cap type for a line.

public enum LineCapStyle

Fields

Flat = 0

Specifies the end of the line is flat.

Round = 2

Specifies the end of the line is rounded.

Square = 1

Specifies the end of the line is capped with a square shape.