| Name | Description |
| AutoRescales | Gets or sets whether this object automatically rescales its appearance when its size changes. |
| Bottom | Gets or sets this object's bottom coordinate. |
| Copyable | Gets or sets whether the user can copy this object. |
| Deletable | Gets or sets whether the user can delete this object. |
| Document | Gets the document that this object belongs to, or null if this is not in a layer or if this is in a view layer. |
| DraggingObject | Gets the object that will be dragged instead of this selected object. |
| DragsNode | Gets or sets whether this object, when selected and a child of a group, and when dragged, drags the parent node instead. |
| Editable | Gets or sets whether the user can edit this object. |
| Height | Gets or sets this object's height. |
| Layer | Gets the layer to which this object belongs. |
| Left | Gets or sets this object's left coordinate, the X position. |
| Location | Gets or sets this object's natural position. |
| Movable | Gets or sets whether the user can move this object. |
| Observers | Gets an enumerator over the list of observer objects of this object. |
| Parent | Gets the parent group for this object. |
| Printable | Gets or sets whether the view can print this object. |
| Reshapable | Gets or sets whether the user can reshape this object. |
| Resizable | Gets or sets whether the user can resize this object. |
| ResizesRealtime | Gets or sets whether this object continuously changes its size during a user resizing operation. [In Web Forms there is no continuous visual feedback of a resize.] |
| Right | Gets or sets this object's right coordinate. |
| Selectable | Gets or sets whether the user can select this object. |
| SelectionObject | Gets the object that gets selection handles when this object is selected. |
| Shadowed | Gets or sets whether this object is painted with a drop shadow. |
| Top | Gets or sets this object's top coordinate, the Y position. |
| View | Gets the view that this object belongs to, or null if this is not in a layer or if this is in a document layer. |
| Visible | Gets or sets whether the user can see this object. |
| Width | Gets or sets this object's width. |