DXCustomLineCapBase.StrokeEndCap Property
In This Article
Gets or sets the caps used to end lines that make up this custom cap.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Property Value
Type | Description |
---|---|
DXLine |
An enumeration value that indicates a cap used at the end of a line. |
Available values:
Show 11 items
Name | Description |
---|---|
Flat | A flat line cap. |
Square | A square line cap. |
Round | A round line cap. |
Triangle | A triangular line cap. |
No |
No cap. |
Square |
A square anchor line cap. |
Round |
A round anchor cap. |
Diamond |
A diamond anchor cap. |
Arrow |
An arrow-shaped anchor cap. |
Custom | A custom line cap. |
Anchor |
A mask used to check whether a line cap is an anchor cap. |
See Also