ShadowFormat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents shadow formatting for a Shape.
public interface class ShadowFormat : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C031B-0000-0000-C000-000000000046")]
public interface ShadowFormat : Microsoft.Office.Core._IMsoDispObj
Public Interface ShadowFormat
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
Use the Shadow property to return a ShadowFormat object.
Properties
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 |
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. |
Methods
IncrementOffsetX(Single) |
Changes the horizontal offset of the shadow by the specified number of points. |
IncrementOffsetY(Single) |
Changes the vertical offset of the shadow by the specified number of points. |