A Long type property. Gets and sets the shadow pattern of the shape.
Applies to: Shape object, Style object
[[Let] longRet =] object.ShadowPattern [Let] object.ShadowPattern = patternSet |
The ShadowPattern property syntax has these parts:
Part | Description |
object | Required. An expression that returns an object in the Applies to list. |
longRet | Optional. A Long type variable. |
patternSet | Required. An expression that returns a Long value. |
Shape object:
The ShadowPattern property is also a table parameter of the
shape, that is, its value can be described by a formula. To work with ShadowPattern as
a table parameter, use the CDPT_SHADOWPATTERN constant tag.
Style object:
When a style is assigned to a shape, the parameters of the ShadowPattern property
of the style are set to the ShadowPattern property of the shape. ShadowPattern is
only effective when the HasShadowAttr property of this style
is True.
See Also |
DefShadowPattern property, HasShadowAttr property, ShadowColor property, ShadowPatColor property |