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) | |
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
-
This example demonstrates different
Style
property values. The Width property is set to5
.
See Also