ShadowFormat.Size Property
PowerPoint Developer Reference |
Returns or sets the size of the specified shadow as a percentage of the shape size, from 0 to 200. Read/write.
Syntax
expression.Size
expression A variable that represents a ShadowFormat object.
Return Value
Single
Remarks
Setting the Size property to 0 removes the shadow. Setting the Size property to 100 creates a shadow the same size as its associated shape. Setting the Size property to 200 creates a shadow double the size of its shape.
See Also