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.Xpf.Map

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

NuGet Package: 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