Provides access to members that control the SymbolBorder object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IShadow | Provides access to members that control frame drop shadows. |
CoClasses that implement ISymbolShadow
CoClasses and Classes | Description |
---|---|
SymbolShadow | Shadow drawn using a symbol. |
Remarks
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.