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