Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGPPenLineCapStyle Enum

Enumerates the available line cap styles that a TdxGPPen object can add to the line’s end or beginning.

#Declaration

Delphi
TdxGPPenLineCapStyle = (
    gpcsFlat,
    gpcsSquare,
    gpcsRound
);

#Members

Name
gpcsFlat
gpcsSquare
gpcsRound

#Remarks

Options include:

Value

Description

LineStartCapStyle Example

LineEndCapStyle Example

gpcsFlat

The flat line cap style adds no adjacent graphical primitive to the line’s end or beginning.

gpcsSquare

If selected, the square line cap style adds an adjacent rectangle to the end or beginning of the displayed line.

gpcsRound

If selected, the round line cap style adds an adjacent semicircle to the end or beginning of the displayed line.

The TdxGPPenLineCapStyle type is referenced by the LineEndCapStyle and LineStartCapStyle properties provided by the TdxGPPen class.

See Also