Table of Contents

Property Padding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Padding

The Adornment inside of the view that offsets the Viewport from the Border.

public Padding? Padding { get; }

Property Value

Padding

Remarks

The adornments (Margin, Border, and Padding) are not part of the View's content and are not clipped by the View's Clip Area.

Changing the size of an adornment (Margin, Border, or Padding) will change the size of Frame which will call SetNeedsLayout() to update the layout of the SuperView and its Subviews.