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

TdxStrokeOptions.Style Property

Specifies line pattern.

#Declaration

Delphi
property Style: TdxStrokeStyle read; write; default TdxStrokeStyle.Solid;

#Property Value

Type Default Description
TdxStrokeStyle Solid

The current line pattern.

#Remarks

Use the Style property to switch between line patterns.

#Property Value Examples

Value Example[1]
TdxStrokeStyle.Solid (default) A Solid Line
TdxStrokeStyle.DashDotDot A Line with the Dash-Dot-Dot Pattern

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

#Default Value

The Style property’s default value is TdxStrokeStyle.Solid.

Footnotes
  1. This example demonstrates different Style property values. The Width property is set to 5.

See Also