TdxFcConnection.ArrowSource Property
Provides access to the source arrow appearance settings.
Declaration
property ArrowSource: TdxFcConnectionArrow read; write;
Property Value
Type |
---|
TdxFcConnectionArrow |
Remarks
You can use the ArrowSource.ArrowType to specify the destination arrow’s shape. Since the arrow’s dimensions are initialized to 0, increase them to display the arrow.
Refer to the TdxFcConnectionArrow type description for details.
See Also