TdxFcaSize Enum
Enumerates connection arrow’s sizes.
Declaration
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:
Value | Description | Example |
---|---|---|
fcasCustom | Specified by a user. | No Image |
fcasSmall | The product of the default size and 0.6. | |
fcasMedium | The product of the default size and 1. | |
fcasLarge | The product of the default size and 1.4. | |
fcasExtraLarge | The product of the default size and 2. | |
fcasHuge | The product of the default size and 4. |
The connection arrow’s Size property references the TdxFcaSize type.
See Also