The Shape type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
| |
| Dock |
How this shape is docked.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
| |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
| |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
| |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
| |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
| |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
|