Class Tile | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Inheritance

Tile

Inherited Members

Constructors

Tile()

Creates a new instance of the Tile class.

Properties

ContentView

The ContentView that is contained in this TileView. Add new child views to this member for multiple ContentViews within the Tile.

MinSize

Gets or Sets the minimum size you to allow when splitter resizing along parentOrientation direction.

Title

The text that should be displayed above the ContentView. This will appear over the splitter line or border (above the view client area).

Methods

OnTitleChanged(string, string)

Called when the Title has been changed. Invokes the TitleChanged event.

OnTitleChanging(string, string)

Called before the Title changes. Invokes the TitleChanging event, which can be cancelled.

Events

TitleChanged

Event fired after the Title has been changed.

TitleChanging

Event fired when the Title is changing.Cancel can be set to true to cancel the change.