Enum
LineCap

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:

cs-api-definition
public enum LineCap

Fields

Flat

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

Declaration

cs-api-definition
Flat = 0

Field Value

LineCap

Round

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

Declaration

cs-api-definition
Round = 1

Field Value

LineCap

Square

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

Declaration

cs-api-definition
Square = 2

Field Value

LineCap

In this article
DefinitionFieldsFlatRoundSquare
Not finding the help you need?
Contact Support