Table of Contents

Constructor DimFill

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

DimFill(Dim)

Represents a dimension that fills the dimension, leaving the specified margin.

public DimFill(Dim Margin)

Parameters

Margin Dim

The margin to not fill.

Remarks

This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Dim class to create Dim objects instead.