ArcObjects Library Reference (Carto)  

IBorder Interface

Provides access to members that control frame borders.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Draw Draws the frame border into the given display object.
Read/write property Gap Gap between the frame border and the subject in points.
Method GetGeometry Geometry used to draw the frame border.
Read/write property Name Name of the frame border.
Method QueryBounds Bounding rectangle of the geometry including the area covered by the border.

CoClasses that implement IBorder

CoClasses and Classes Description
SymbolBorder Border drawn using a symbol.

Remarks

The SymbolBorder object is used to draw borders around frame elements.

IBorder is used to manage borders properties such as the Gap between the border and the frame. The Name property defines the name of the SymbolBorder as listed in the border selector. GetGeometry will return the geometry of the border. The QueryBounds and Draw methods are equivalent to the similar methods of IElement.

See ISymbolBorder for additional control of the border.

See also IFrameDecoration.