Enum
LineJoin

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:

cs-api-definition
public enum LineJoin

Fields

Bevel

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

Declaration

cs-api-definition
Bevel = 2

Field Value

LineJoin

Miter

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

Declaration

cs-api-definition
Miter = 0

Field Value

LineJoin

Round

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

Declaration

cs-api-definition
Round = 1

Field Value

LineJoin

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