Einhugur Framework for C++

ControlAnchor Module

Constants for the SetAnchor function on Controls.

module ControlAnchor

Constants

AnchorNone = 0x0The control is not anchored in any way.
AnchorLeft = 0x1The control is not anchored to the left of its parent.
AnchorTop = 0x2The control is not anchored to top of its parent.
AnchorRight = 0x4The control is not anchored to right of its parent.
AnchorBottom = 0x8The control is not anchored to bottom of its parent.
AnchorAllDirections = 0xFThe control is not anchored to all directions of its parent.