GraffitiLayoutObject

Enumerations #

This class exposes no enumerations

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
Container (Read Only)DesktopContainerNilWhen representing a DesktopContainer on a view, this value will be non-Nil.
Control (Read Only)DesktopUIControlNilWhen representing a DesktopUIControl on a view, this value will be non-Nil.
LockBottomBooleanFalseWhen True, this control’s bottom position will be locked relative to its parent view based on its initial position.
LockFontSizeBooleanFalseWhen True and the control has a FontSize property, it will not be modified based on the size of the control or view.
LockHeightBooleanFalseWhen True, this control’s height will not be altered by resize operations.
LockLeftBooleanFalseWhen True, this control’s left position will not be altered by resize operations.
LockRightBooleanFalseWhen True, this control’s right position will be locked relative to its parent view based on its initial position.
LockTopBooleanFalseWhen True, this control’s top position will not be altered by resize operations.
LockWidthBooleanFalseWhen True, this control’s width will not be altered by resize operations.