StrokeStyle.LineJoin Property
In This Article
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 |
---|---|
Pen |
The join style for the ends of two consecutive lines. |
See Also