Base:
method
SetBackgroundColor
Microsoft.Maui.Controls.Compatibility.Platform.iOS.VisualElementRenderer<TElement>.SetBackgroundColor(Microsoft.Maui.Graphics.Color)
5 overrides of SetBackgroundColor
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\LabelRenderer.cs (1)
324 protected override void SetBackgroundColor(Color color)
iOS\Renderers\ProgressBarRenderer.cs (1)
52 protected override void SetBackgroundColor(Color color)
iOS\Renderers\RefreshViewRenderer.cs (1)
94 protected override void SetBackgroundColor(Color color)
iOS\Renderers\SearchBarRenderer.cs (1)
150 protected override void SetBackgroundColor(Color color)
iOS\Renderers\SwipeViewRenderer.cs (1)
166 protected override void SetBackgroundColor(Color color)
5 references to SetBackgroundColor
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\ProgressBarRenderer.cs (1)
54 base.SetBackgroundColor(color);
iOS\Renderers\SearchBarRenderer.cs (1)
152 base.SetBackgroundColor(color);
iOS\ViewRenderer.cs (3)
143 SetBackgroundColor(e.NewElement.BackgroundColor); 162 SetBackgroundColor(Element.BackgroundColor); 277 SetBackgroundColor(Element.BackgroundColor);