Table of Contents

Method Fill

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Fill()

Creates a Dim object that fills the dimension, leaving no margin.

public static Dim? Fill()

Returns

Dim

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

Dim

The Fill dimension.