Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcConnectionArrow.Color Property

Specifies the arrow shape color.

#Declaration

Delphi
property Color: TColor read; write;

#Property Value

Type
TColor

#Remarks

Use this property to set a solid fill color of the source or destination arrow shape.

The Color property has a visual effect if

  • The ArrowType property is not set to fcaNone or fcaArrow;

  • The both Height and Width properties exceed 0.

The Color property is ignored if the ArrowType property is set to the fcaArrow. In this case, the Color property value is used to fill the arrow.

The default value of the Color property is clDefault.

See Also