DXCustomLineCap.StrokePath Property
In This Article
Gets or sets the outline of the custom cap.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXGraphicsPathData StrokePath { get; set; }
#Property Value
Type | Description |
---|---|
DXGraphics |
The cap outline. |
See Also