TdxStrokeOptions.Style Property
Specifies line pattern.
#Declaration
property Style: TdxStrokeStyle read; write; default TdxStrokeStyle.Solid;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Solid | The current line pattern. |
#Remarks
Use the Style
property to switch between line patterns.
#Property Value Examples
Value | Example[1] |
---|---|
Tdx |
![]() |
Tdx |
![]() |
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.
-
This example demonstrates different
Style
property values. The Width property is set to5
.