Skip to main content

StrokeStyle.EndLineCap Property

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
PenLineCap

The cap style of the line end.

See Also