Method Fill | Terminal.Gui v2 (original) (raw)
Table of Contents
Namespace
Assembly
Terminal.Gui.dll
Fill()
Creates a Dim object that fills the dimension, leaving no margin.
public static Dim? Fill()
Returns
The Fill dimension.
Fill(Dim)
Creates a Dim object that fills the dimension, leaving the specified margin.
public static Dim? Fill(Dim margin)
Parameters
margin
Dim
Margin to use.
Returns
The Fill dimension.