Table of Contents

Class Tile

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A single ContentView presented in a TileView. To create new instances use RebuildForTileCount(int) or InsertTile(int).

public class Tile
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 parent Orientation 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.