Back to Devexpress

TdxFcaSize Enum

vcl-dxflchrt-60ade91a.md

latest1.6 KB
Original Source

TdxFcaSize Enum

Enumerates connection arrow’s sizes.

Declaration

delphi
TdxFcaSize = (
    fcasCustom,
    fcasSmall,
    fcasMedium,
    fcasLarge,
    fcasExtraLarge,
    fcasHuge
);

Members

Name
fcasCustom
fcasSmall
fcasMedium
fcasLarge
fcasExtraLarge
fcasHuge

Remarks

Each arrow has own default size depending on an arrow shape type. The term “default size” includes both the arrow’s height and width.

Each value in the table below corresponds to resulting pixel size of an arrow shape. An arrow size is:

ValueDescriptionExample
fcasCustomSpecified by a user.No Image
fcasSmallThe product of the default size and 0.6.
fcasMediumThe product of the default size and 1.
fcasLargeThe product of the default size and 1.4.
fcasExtraLargeThe product of the default size and 2.
fcasHugeThe product of the default size and 4.

The connection arrow’s Size property references the TdxFcaSize type.

See Also

dxflchrt Unit