ShadowFormat Members

Include Protected Members
Include Inherited Members

Represents shadow formatting for a shape.

The ShadowFormat type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Blur Returns or sets the blur radius of the specified shadow, in points. Read/write.
Public property 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.
Public property ForeColor Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write.
Public property Obscured Determines whether the shadow of the specified shape appears filled in and is obscured by the shape. Read/write.
Public property OffsetX Returns or sets the horizontal offset of the shadow from the specified shape, in points. Read/write.
Public property OffsetY Returns or sets the vertical offset of the shadow from the specified shape, in points. Read/write.
Public property Parent Returns the parent object for the specified object.
Public property RotateWithShape Returns or sets whether the specified shadow rotates when the shape it is associated with rotates. Read/write.
Public property Size Returns or sets the size of the specified shadow as a percentage of the shape size, from 0 to 200. Read/write.
Public property Style Returns or sets the shadow style. Read/write.
Public property 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.
Public property Type Represents the type of shadow. Read/write.
Public property Visible Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write.

Top

Methods

  Name Description
Public method IncrementOffsetX Changes the horizontal offset of the shadow by the specified number of points.
Public method IncrementOffsetY Changes the vertical offset of the shadow by the specified number of points.

Top

See Also

Reference

ShadowFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace