TdxFcConnection.PenStyle Property
Specifies the connection’s drawing style.
#Declaration
property PenStyle: TPenStyle read; write;
#Property Value
Type |
---|
TPen |
#Remarks
Use this property to set the connection’s line style.
The options include:
Value | Description |
---|---|
ps |
A simple solid line. |
ps |
A dashed line. |
ps |
A dotted line. |
ps |
A dash-dotted line. |
ps |
A dashed line alternating with two dots. |
ps |
Invisible line. |
ps |
This option is deprecated. |
ps |
Reserved for future use. |
ps |
Reserved for future use. |
The PenStyle property has no effect if the PenWidth property value is set to 0.