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

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

Delphi
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