Skip to main content

StrokeStyle.LineJoin Property

Gets or sets the join style for the ends of two consecutive lines.

Namespace: DevExpress.WinUI.Drawing

Assembly: DevExpress.WinUI.Drawing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(PenLineJoin.Miter, Handler = "OnDependencyPropertyChanged")]
public PenLineJoin LineJoin { get; set; }

Property Value

Type Description
PenLineJoin

The join style for the ends of two consecutive lines.

See Also