Skip to main content
All docs
V24.2

DXPen.CustomEndCap Property

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
DXCustomLineCapBase

An object the contains end cap settings.

See Also