Skip to main content

TdxGPPen.DashCapStyle Property

Specifies the graphical primitive that a TdxGPPen object adds to the beginning and end of each dash within the displayed line.

Declaration

property DashCapStyle: TdxGPPenDashCapStyle read; write;

Property Value

Type
TdxGPPenDashCapStyle

Remarks

Use the property to specify the visual style applied to all dashes and dots within the displayed line. If the Style property is set to gppsSolid, the DashCapStyle property value has no effect.

For detailed information on available dash and dot cap styles, refer to the TdxGPPenDashCapStyle type description.

Note

The DashCapStyle property has no effect on the displayed line’s starting and ending points. To customize their appearance, use the LineStartCapStyle and LineEndCapStyle properties instead.

See Also