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