TdxGPPenDashCapStyle Enum
Enumerates the available visual styles applied to all dashes and dots within the displayed line.
Declaration
TdxGPPenDashCapStyle = (
gpdcFlat,
gpdcRound,
gpdcTriangle
);
Members
| Name |
|---|
gpdcFlat
|
gpdcRound
|
gpdcTriangle
|
Remarks
Options include:
Value | Description | Example |
|---|---|---|
|
gpdcFlat | The flat line cap style adds no adjacent graphical primitive to the beginning and end of all dashes within the displayed line. |
|
|
gpdcRound | If selected, the round line cap style adds an adjacent semicircle to both the end and beginning of each dash within the displayed line. |
|
|
gpdcTriangle | If selected, the triangle line cap style adds a triangle to both the end and beginning of each dash within the displayed line. |
|
The affected line patterns include: gppsDash, gppsDot, gppsDashDot, gppsDashDotDot.
The TdxGPPenDashCapStyle type is referenced by the DashCapStyle property provided by the TdxGPPen class.
See Also

