Click or drag to resize

EndLineCap Enumeration

This simple type enumeration specifies how to cap the ends of lines.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum EndLineCap
Members
Member name Value Description
flat 0 Line ends at end point.
rnd 1 Rounded ends. Semi-circle protrudes by half line width.
sq 2 Square protrudes by half line width.
See Also