This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control frame backgrounds.
Name | Description | |
---|---|---|
Draw | Draws the background into the given display object. | |
Gap | Gap between the frame background and the subject in points. | |
GetGeometry | Geometry used to draw the frame background. | |
Name | Name of the frame background. | |
QueryBounds | Bounding rectangle of the geometry including area covered by the border. |
Classes | Description |
---|---|
SymbolBackground | Background drawn using a symbol. |
The SymbolBackground object is used to draw the background of frame elements.
IBackground is used to manage backgrounds properties such as the Gap between the background and the frame. The Name property defines the name of the Symbolbackground as listed in the background selector. GetGeometry will return the geometry of the border. The QueryBounds and Draw methods are equivalent to the similar methods of IElement.
See ISymbolBackground for additional control of the background.
See also IFrameDecoration.