Table of Contents

Property AutoSize

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AutoSize

Used by Text to resize the view's Bounds with the Size. Setting AutoSize to true only work if the Width and Height are null or Absolute values and doesn't work with Computed layout, to avoid breaking the Pos and Dim settings.

public bool AutoSize { get; set; }

Property Value

bool