Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |