This document is archived and information here might be outdated.  Recommended version.


IBorder Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBorder Interface
ArcGIS Developer Help

IBorder Interface

Provides access to members that control frame borders.

Product Availability

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

Members

Name 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.

Classes that implement IBorder

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.