Property LayoutStyle
LayoutStyle
Controls how the View's Frame is computed during the LayoutSubviews method, if the style is set to Absolute, LayoutSubviews does not change the Frame. If the style is Computed the Frame is updated using the X, Y, Width, and Height properties.
public LayoutStyle LayoutStyle { get; set; }
Property Value
- LayoutStyle
The layout style.