New to Telerik Document ProcessingStart a free 30-day trial

Specifies how the ends of open strokes are drawn when rendering path outlines.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public enum LineCap

Fields

Draws the end exactly at the stroke end with no extension beyond it.

C#
Flat = 0

Draws a semicircular end centered on the stroke end, extending by half the stroke thickness.

C#
Round = 1

Draws a square end that extends beyond the stroke end by half the stroke thickness.

C#
Square = 2
In this article
DefinitionFieldsFlatRoundSquare
Not finding the help you need?
Contact Support