Back to Devexpress

TdxStrokeOptions.Style Property

vcl-cxcustomcanvas-dot-tdxstrokeoptions-7d5de435.md

latest1.6 KB
Original Source

TdxStrokeOptions.Style Property

Specifies line pattern.

Declaration

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

Property Value

TypeDefaultDescription
TdxStrokeStyleSolid

The current line pattern.

|

Remarks

Use the Style property to switch between line patterns.

Property Value Examples

ValueExample[1]
TdxStrokeStyle.Solid ( default )
TdxStrokeStyle.DashDotDot

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

TdxStrokeOptions.Color Property

TdxStrokeOptions.Width

TdxStrokeOptions Class

TdxStrokeOptions Members

cxCustomCanvas Unit