Implemented interface member:
property
Subtitle
Microsoft.Maui.ITitleBar.Subtitle
3 references to Subtitle
Microsoft.Maui.Controls (3)
TitleBar\TitleBar.cs (3)
66
/// <summary>Bindable property for <see cref="
Subtitle
"/>.</summary>
67
public static readonly BindableProperty SubtitleProperty = BindableProperty.Create(nameof(
Subtitle
), typeof(string),
484
static (TitleBar tb) => tb.
Subtitle
,