diff --git a/src/Myra/Graphics2D/UI/Label.cs b/src/Myra/Graphics2D/UI/Label.cs index cf43d4e9..a4bee22a 100644 --- a/src/Myra/Graphics2D/UI/Label.cs +++ b/src/Myra/Graphics2D/UI/Label.cs @@ -156,6 +156,13 @@ public Color? OverTextColor get; set; } + [Category("Appearance")] + public bool SupportsCommands + { + get => _formattedText.SupportsCommands; + set => _formattedText.SupportsCommands = value; + } + internal Color? PressedTextColor { get; set;