Back to Devexpress

DXPen.EndCap Property

corelibraries-devexpress-dot-drawing-dot-dxpen-0cca98d8.md

latest1.4 KB
Original Source

DXPen.EndCap Property

Gets or sets the cap style applied to the end of lines.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXLineCap EndCap { get; set; }
vb
Public Property EndCap As DXLineCap

Property Value

TypeDescription
DXLineCap

The cap style applied to line ends.

|

Available values:

Show 11 items

NameDescription
Flat

A flat line cap.

| | Square |

A square line cap.

| | Round |

A round line cap.

| | Triangle |

A triangular line cap.

| | NoAnchor |

No cap.

| | SquareAnchor |

A square anchor line cap.

| | RoundAnchor |

A round anchor cap.

| | DiamondAnchor |

A diamond anchor cap.

| | ArrowAnchor |

An arrow-shaped anchor cap.

| | Custom |

A custom line cap.

| | AnchorMask |

A mask used to check whether a line cap is an anchor cap.

|

See Also

DXPen Class

DXPen Members

DevExpress.Drawing Namespace