LineJoin
Enum
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