2 references to CancelButtonColor
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
144
/// <summary>Bindable property for <see cref="
CancelButtonColor
"/>.</summary>
145
public static readonly BindableProperty CancelButtonColorProperty = BindableProperty.Create(nameof(
CancelButtonColor
), typeof(Color), typeof(SearchHandler), default(Color));