4 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);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
52
BackgroundColor = span.
BackgroundColor
.ToPlatform(),