StrokeStyle.DashCap Property
In This Article
Gets or sets a value that specifies how the ends of a dash are drawn.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.Drawing.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public PenLineCap DashCap { get; set; }
#Property Value
Type | Description |
---|---|
Pen |
A Pen |
See Also