using System; using System.Collections.Generic; using System.Text; namespace Microsoft.Maui { public partial class ToolTip { /// <summary> /// ToolTip content. /// </summary> public object? Content { get; set; } } }