Skip to main content

TdxFcConnectionArrow.Color Property

Specifies the arrow shape color.

Declaration

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