mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
@@ -170,6 +170,12 @@ namespace Terminal.Gui {
|
||||
/// </summary>
|
||||
public Rune HotKeySpecifier { get => textFormatter.HotKeySpecifier; set => textFormatter.HotKeySpecifier = value; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets arbitrary data for the view.
|
||||
/// </summary>
|
||||
/// <remarks>This property is not used internally.</remarks>
|
||||
public object Data { get; set; }
|
||||
|
||||
internal Direction FocusDirection {
|
||||
get => SuperView?.FocusDirection ?? focusDirection;
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user