StrokeStyle.EndLineCap Property
In This Article
Gets or sets the type of shape that is used at the end of a stroke.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.Drawing.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public PenLineCap EndLineCap { get; set; }
#Property Value
Type | Description |
---|---|
Pen |
A Pen |
See Also