Skip to main content

StrokeStyle.LineJoin Property

Gets or sets the join style for the ends of two consecutive lines drawn with this stroke line.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PenLineJoin LineJoin { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.PenLineJoin

A PenLineJoin enumeration object that describes the shape that joins two lines.

See Also