TdxGPPen.Style Property
Specifies the pattern of the painted line.
Declaration
property Style: TdxGPPenStyle read; write;
Property Value
Type |
---|
TdxGPPenStyle |
Remarks
Use this property to assign a required line painting style, including but not limited to, the solid, dashed, dotted, and mixed patterns. The line painting pattern, specified via the Style property, is filled by the brush with parameters assigned by using the Brush property.
Refer to the TdxGPPenStyle type description for the full list of available line painting patterns.
Note
To customize the non-solid line pattern appearance, use the DashCapStyle property.
See Also