Implemented interface member:
property
Title
Microsoft.Maui.ITitleBar.Title
3 references to Title
Microsoft.Maui.Controls (3)
TitleBar\TitleBar.cs (3)
62
/// <summary>Bindable property for <see cref="
Title
"/>.</summary>
63
public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(
Title
), typeof(string),
430
static (TitleBar tb) => tb.
Title
,