2 implementations of Title
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPageToolbar.cs (1)
27
public override string
Title
{ get => GetTitle(); set => SetProperty(ref _title, value); }
Toolbar\Toolbar.cs (1)
42
public virtual string
Title
{ get => _title; set => SetProperty(ref _title, value); }
1 reference to Title
Microsoft.Maui (1)
Handlers\Toolbar\ToolbarHandler.cs (1)
20
[nameof(IToolbar.
Title
)] = MapTitle,