Enum LayoutStyle
Determines the LayoutStyle for a View, if Absolute, during LayoutSubviews(), the value from the Frame will be used, if the value is Computed, then Frame will be updated from the X, Y Pos objects and the Width and Height Dim objects.
public enum LayoutStyle
Fields
Absolute = 0
The position and size of the view are based on the Frame value.
Computed = 1
The position and size of the view will be computed based on the X, Y, Width and Height properties and set on the Frame.