This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the SymbolBorder object.
Name | Description | |
---|---|---|
CornerRounding | Amount of corner rounding. 0 = fully square. 100 = fully round. | |
Draw | Draws the drop shadow into the given display object. | |
FillSymbol | Symbol used to draw the shadow. | |
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. |
Interfaces | Description |
---|---|
IShadow | Provides access to members that control frame drop shadows. |
Classes | Description |
---|---|
SymbolShadow | Shadow drawn using a symbol. |
The ISymbolShadow interfaces is provided to set the symbol used by frame decorations to draw drop shadows under frame elements. See also IFrameDecoration.
ISymbolShadow inherits from IShadow and gives you control over the FillSymbol used to draw the shadow and the amount of CornerRounding of the shadow. The default value for CornerRounding is 0 which gives a square shadow. A value of 100 gives a round shadow.
Backgrounds, borders and shadows of frame elements are managed in ArcMap on the Frame tab in the Properties of frame elements.