Enum LineCapType

Enum LineCapType

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents the caps of a line

public enum LineCapType

Fields

Flat = 2

Line ends at end point.

None = 3

None cap

Round = 1

Rounded ends.

Square = 0

Square protrudes by half line width.