ShadowFormat Members
Include Protected Members
Include Inherited Members
Represents shadow formatting for a shape.
The ShadowFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Blur | Returns or sets the blur radius of the specified shadow, in points. Read/write. | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
ForeColor | Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write. | |
Obscured | Determines whether the shadow of the specified shape appears filled in and is obscured by the shape. Read/write. | |
OffsetX | Returns or sets the horizontal offset of the shadow from the specified shape, in points. Read/write. | |
OffsetY | Returns or sets the vertical offset of the shadow from the specified shape, in points. Read/write. | |
Parent | Returns the parent object for the specified object. | |
RotateWithShape | Returns or sets whether the specified shadow rotates when the shape it is associated with rotates. Read/write. | |
Size | Returns or sets the size of the specified shadow as a percentage of the shape size, from 0 to 200. Read/write. | |
Style | Returns or sets the shadow style. Read/write. | |
Transparency | Returns or sets the degree of transparency of the specified fill, shadow, or line as a value between 0.0 (opaque) and 1.0 (clear). Read/write. | |
Type | Represents the type of shadow. Read/write. | |
Visible | Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
IncrementOffsetX | Changes the horizontal offset of the shadow by the specified number of points. | |
IncrementOffsetY | Changes the vertical offset of the shadow by the specified number of points. |
Top