Provides access to members that control frame drop shadows.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Draw | Draws the drop shadow into the given display object. | |
GetGeometry | Geometry used to draw the drop shadow. | |
HorizontalSpacing | Horizontal offset between the drop shadow and the subject in points. | |
Name | Name of the drop shadow. | |
QueryBounds | Bounding rectangle of the geometry including the area covered by the border. | |
VerticalSpacing | Vertical offset between the drop shadow and the subject in points. |
CoClasses that implement IShadow
CoClasses and Classes | Description |
---|---|
SymbolShadow | Shadow drawn using a symbol. |
Remarks
The SymbolShadow object is used to draw drop shadows around frame elements.
IShadow is used to manage drop shadows properties such as HorizontalSpacing and VerticalSpacing determining the distance between the shadow and the frame. The Name property defines the name of the SymbolShadow as listed in the shadow selector. GetGeometry will return the geometry of the drop shadow. The QueryBounds and Draw methods are equivalent to the similar methods of IElement.
See ISymbolShadow for additional control of the drop shadow.
See also IFrameDecoration.