Enum LineCap
Specifies how the ends of open strokes are drawn when rendering path outlines.
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum LineCap
Flat
Draws the end exactly at the stroke end with no extension beyond it.
Round
Draws a semicircular end centered on the stroke end, extending by half the stroke thickness.
Square
Draws a square end that extends beyond the stroke end by half the stroke thickness.