Skip to main content
A newer version of this page is available. .

StrokeStyle.LineJoin Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public PenLineJoin LineJoin { get; set; }

Property Value

Type Description
PenLineJoin

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

See Also