2 references to BackgroundColor
Microsoft.Maui.Controls (2)
Span.cs (2)
37
/// <summary>Bindable property for <see cref="
BackgroundColor
"/>.</summary>
39
= BindableProperty.Create(nameof(
BackgroundColor
), typeof(Color), typeof(Span), default(Color), defaultBindingMode: BindingMode.OneWay);