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.Style Property

Specifies the pattern of the painted line.

#Declaration

Delphi
property Style: TdxGPPenStyle read; write;

#Property Value

Type
TdxGPPenStyle

#Remarks

Use this property to assign a required line painting style, including but not limited to, the solid, dashed, dotted, and mixed patterns. The line painting pattern, specified via the Style property, is filled by the brush with parameters assigned by using the Brush property.

Refer to the TdxGPPenStyle type description for the full list of available line painting patterns.

Note

To customize the non-solid line pattern appearance, use the DashCapStyle property.

See Also