Click or drag to resize

LineCapStyle Enumeration

Specifies line cap style.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum LineCapStyle
Members
Member nameValueDescription
Flat0 Line ends at end point.
Round1 Rounded ends.
Square2 Square protrudes by half line width.
See Also