Table of Contents

Property View

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

View

The IAdornmentView backing this adornment. null until the adornment actually needs View-level functionality (rendering, SubViews, mouse, arrangement, shadow). Once set, the lifetime is controlled by the IAdornmentView implementation.

IAdornmentView? View { get; }

Property Value

IAdornmentView