Back to Devexpress

TdxFcConnection.PenStyle Property

vcl-dxflchrt-dot-tdxfcconnection-9827bbf4.md

latest1.2 KB
Original Source

TdxFcConnection.PenStyle Property

Specifies the connection’s drawing style.

Declaration

delphi
property PenStyle: TPenStyle read; write;

Property Value

Type
TPenStyle

Remarks

Use this property to set the connection’s line style.

The options include:

ValueDescription
psSolidA simple solid line.
psDashA dashed line.
psDotA dotted line.
psDashDotA dash-dotted line.
psDashDotDotA dashed line alternating with two dots.
psClearInvisible line.
psInsideFrameThis option is deprecated.
psUserStyleReserved for future use.
psAlternateReserved for future use.

The PenStyle property has no effect if the PenWidth property value is set to 0.

See Also

TdxFcConnection.Color

TdxFcConnection.Style

TdxFcConnection Class

TdxFcConnection Members

dxflchrt Unit