ShapeShdwScaleFactor Cell (Fill Format Section)
Specifies the percentage by which the shadow of a shape can be enlarged or reduced.
Remarks
Each shadow has a shadowed pin location, which is a point on the shadow that corresponds to the shape's pin. For example, if a shape's pin is in the center of the shape, then the shadowed pin location would be the point in the center of the shadow. When applying scale to simple shadows, magnification is centered at the shadowed pin location; when applying scale to oblique shadows, magnification is applied in the oblique direction.
To set this value for all the shapes on a page, use the ShdwScaleFactor cell in the Page Properties section.
This value corresponds to the value in the Magnification setting in the Shadow dialog box (Format menu).
To get a reference to the ShapeShdwScaleFactor cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
ShapeShdwScaleFactor |
To get a reference to the ShapeShdwScaleFactor cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowFill |
Cell index: |
visFillShdwScaleFactor |
See Also