This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control frame borders.
Name | Description | |
---|---|---|
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. | |
Name | Name of the frame border. | |
QueryBounds | Bounding rectangle of the geometry including the area covered by the border. |
Classes | Description |
---|---|
SymbolBorder | Border drawn using a symbol. |
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.