New to Telerik Document ProcessingStart a free 30-day trial

Specifies how two path segments are joined when stroking a polyline or polygon.

Definition

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

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public enum LineJoin

Fields

Cuts the corner with a straight line between the outer edges, producing a flattened corner.

C#
Bevel = 2

Extends the outer edges until they meet at a sharp corner; clipped by the miter limit.

C#
Miter = 0

Rounds the corner with an arc whose radius equals half the stroke thickness.

C#
Round = 1
In this article
DefinitionFieldsBevelMiterRound
Not finding the help you need?
Contact Support