Back to Devexpress

DXCustomLineCapBase.StrokeStartCap Property

corelibraries-devexpress-dot-drawing-dot-dxcustomlinecapbase-145ee230.md

latest1.6 KB
Original Source

DXCustomLineCapBase.StrokeStartCap Property

Gets or sets the caps used to start lines that make up this custom cap.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

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

Property Value

TypeDescription
DXLineCap

The enumeration value that indicates a cap used at the start of a line.

|

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

DXCustomLineCapBase Class

DXCustomLineCapBase Members

DevExpress.Drawing Namespace