StrokeStyle.EndLineCap Property
In This Article
Gets or sets the cap style of the line end.
Namespace: DevExpress.WinUI.Drawing
Assembly: DevExpress.WinUI.Drawing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(PenLineCap.Flat, Handler = "OnDependencyPropertyChanged")]
public PenLineCap EndLineCap { get; set; }
#Property Value
Type | Description |
---|---|
Pen |
The cap style of the line end. |
See Also