ResizeMode cell (Shape Transform section)
Shows the current resize behavior setting for the shape.
Value |
Description |
Automation constant |
0 |
Use group's setting. |
visXFormResizeDontCare |
1 |
Reposition only. |
visXFormResizeSpread |
2 |
Scale with group. |
visXFormResizeScale |
Remarks
You can also set this value on the Behavior tab in the Behavior dialog box (click Behavior on the Format menu). To reference the ResizeMode cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
ResizeMode |
To reference the ResizeMode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowXFormOut |
Cell index: |
visXFormResizeMode |