The Shape type exposes the following members.

Properties

  NameDescription
Public propertyBottomMargin
Extra space below this shape (only useful in combination with docking).
Public propertyDock
How this shape is docked.
Public propertyID
This Identifier (ID) can be used to track which shape raise an exception.
Public propertyLeftMargin
Extra space to the left of this shape (only useful in combination with docking).
Public propertyOpacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
Public propertyRightMargin
Extra space to the right of this shape (only useful in combination with docking).
Public propertyTopMargin
Extra space above this shape (only useful in combination with docking).
Public propertyX
X-position of the lower-left corner, center or start point (depending on shape type).
Public propertyY
Y-position of the lower-left corner, center or start point (depending on shape type).

See Also