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 | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Blur | Returns or sets the degree of blurriness of the specified shadow. Read/write. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
ForeColor | Returns a ColorFormat object that represents the specified foreground fill or solid color. | |
Obscured | True if the shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill. False if the shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill. | |
OffsetX | Returns or sets the horizontal offset of the shadow from the specified shape in points. | |
OffsetY | Returns or sets the vertical offset of the shadow from the specified shape in points. | |
Parent | Returns the parent object for the specified object. | |
RotateWithShape | Returns or sets a MsoTriState that represents whether to rotate the shadow when rotating the Shape. Read/write. | |
Size | Returns or sets the size of the specified shadow. Read/write. | |
Style | Either returns or uses a MsoShadowStyle object to set the style of the specified shadow. Read/write. | |
Transparency | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | |
Type | Returns or sets the shadow format type. | |
Visible | Determines whether the object is visible. |
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