DXPen.CustomEndCap Property
In This Article
Gets or sets a custom cap to use at the line end.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXCustomLineCapBase CustomEndCap { get; set; }
#Property Value
Type | Description |
---|---|
DXCustom |
An object the contains end cap settings. |
See Also