Skip to main content

TdxStrokeOptions.Style Property

Specifies line pattern.

Declaration

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.

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