3 references to BackgroundColor
Microsoft.Maui.Controls (3)
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
114
span.
BackgroundColor
?.ToPlatform(),
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);