Property LayoutStyle | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
LayoutStyle
Controls how the View's Frame is computed during the LayoutSubviews method, if the style is set toAbsolute, LayoutSubviews does not change the Frame. If the style is Computedthe Frame is updated using the X, Y, Width, and Height properties.
public LayoutStyle LayoutStyle { get; set; }
Property Value
The layout style.