Table of Contents

Property Parent

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Parent

The View this adornment surrounds. Not on IAdornment — callers that need the parent already have the View reference they used to access this adornment. Set by Terminal.Gui.ViewBase.View.SetupAdornments and used for geometry math and GetOrCreateView() creation.

public View? Parent { get; set; }

Property Value

View