vcl-dxgdiplusclasses-9800aa10.md
Enumerates the available visual styles applied to all dashes and dots within the displayed line.
TdxGPPenDashCapStyle = (
gpdcFlat,
gpdcRound,
gpdcTriangle
);
| Name |
|---|
gpdcFlat |
gpdcRound |
gpdcTriangle |
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