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 frame border into the given display object. | |
Gap | Gap between the frame border and the subject in points. | |
GetGeometry | Geometry used to draw the frame border. | |
LineSymbol | Symbol used to draw the border. | |
Name | Name of the frame border. | |
QueryBounds | Bounding rectangle of the geometry including the area covered by the border. |
Interfaces | Description |
---|---|
IBorder | Provides access to members that control frame borders. |
Classes | Description |
---|---|
SymbolBorder | Border drawn using a symbol. |
The ISymbolBorder interfaces is provided to set the symbol used by frame decorations to draw the borders around frame elements. See also IFrameDecoration.
ISymbolBorder inherits from IBorder and gives you control over the LineSymbol used to draw the border and the amount of CornerRounding of the border. The default value for CornerRounding is 0 which gives a square border. A value of 100 gives a round border.
Backgrounds, borders and shadows of frame elements are managed in ArcMap on the Frame tab in the Properties of frame elements.