Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
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 (on the Developertab, in the Shape Design group, click Behavior). To get a reference to the ResizeMode cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
ResizeMode |
To get a reference to the ResizeMode cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowXFormOut |
| Cell index: |
visXFormResizeMode |