Skip to main content
All docs
V23.2

DXPen.StartCap Property

Gets or sets the cap style applied to the line start.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXLineCap StartCap { get; set; }

Property Value

Type Description
DXLineCap

An enumeration value that indicate the start cap style.

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.

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