4 references to Icon
Microsoft.Maui.Controls (4)
TitleBar\TitleBar.cs (4)
46
/// <summary>Bindable property for <see cref="
Icon
"/>.</summary>
47
public static readonly BindableProperty IconProperty = BindableProperty.Create(nameof(
Icon
), typeof(ImageSource),
167
/// The leading content follows the optional <see cref="
Icon
"/> and is aligned to
405
static (TitleBar tb) => tb.
Icon
,