Class Tile | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Inheritance
Tile
Inherited Members
Constructors
Creates a new instance of the Tile class.
Properties
The ContentView that is contained in this TileView. Add new child views to this member for multiple ContentViews within the Tile.
Gets or Sets the minimum size you to allow when splitter resizing along parentOrientation direction.
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
Event fired after the Title has been changed.
Event fired when the Title is changing.Cancel can be set to true
to cancel the change.