Method Fill | Terminal.Gui v2 (original) (raw)

Table of Contents

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.

Edit this page