The GraphicsFrame type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GraphicsFrame | Initializes a new instance of the GraphicsFrame class |
Properties
| Name | Description | |
|---|---|---|
| Color |
The base color of the object
(Inherited from InterfaceObject.) | |
| DataMappings |
Defines the Xml node to .NET class member mappings for this class
(Inherited from InterfaceObject.) | |
| Height |
The height of the object in pixels
(Inherited from InterfaceObject.) | |
| Image |
The background image, if any. This will have just the filename of the image.
| |
| Item |
Indexer -- allows you to access a property by passing a string of the property name, like javascript.
BEWARE, returns null if property does not exists
(Inherited from InterfaceObject.) | |
| Name |
The name of the graphics frame
| |
| Width |
The width of the object in pixels
(Inherited from InterfaceObject.) | |
| XPosition |
The x position of the object on the interface page
(Inherited from InterfaceObject.) | |
| YPosition |
The y position of the object on the interface page
(Inherited from InterfaceObject.) |