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 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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IBorder | Provides access to members that control frame borders. |
CoClasses that implement ISymbolBorder
CoClasses and Classes | Description |
---|---|
SymbolBorder | Border drawn using a symbol. |
Remarks
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.