# GraffitiLayoutObject
Class
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mContainer | WebContainer | (None) |
| Attributes | mcontrol | WebUIControl | (None) |
| Attributes | originalBackdrop | Picture | (None) |
| Attributes | originalBounds | Rect | (None) |
| Attributes | originalFontSize | Integer | (None) |
| Attributes | originalRelativeBounds | Rect | (None) |
| Container | WebContainer | (None) | When representing a DesktopContainer on a view, this value will be non-Nil. |
| Control | WebUIControl | (None) | When representing a DesktopUIControl on a view, this value will be non-Nil. |
| LockBottom | Boolean | (None) | When True, this control's bottom position will be locked relative to its parent view based on its initial position. |
| LockFontSize | Boolean | (None) | When True and the control has a FontSize property, it will not be modified based on the size of the control or view. |
| LockHeight | Boolean | (None) | When True, this control's height will not be altered by resize operations. |
| LockLeft | Boolean | (None) | When True, this control's left position will not be altered by resize operations. |
| LockRight | Boolean | (None) | When True, this control's right position will be locked relative to its parent view based on its initial position. |
| LockTop | Boolean | (None) | When True, this control's top position will not be altered by resize operations. |
| LockWidth | Boolean | (None) | When True, this control's width will not be altered by resize operations. |
| mParent | GraffitiLayout | (None) | (None) |