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