TdxFcConnectionArrow.Height Property
In This Article
Specifies the arrow height, in pixels.
#Declaration
Delphi
property Height: Byte read; write;
#Property Value
Type |
---|
Byte |
#Remarks
This property allows you to set the height of the source or destination arrow shape. The Height property has no visual effect if the arrow has no shape.
To hide the arrow, assign 0 to either the Height or Width property.
See Also