Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
2 writes to Element
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\CarouselPageRenderer.cs (2)
66
Element
= element;
213
Element
= null;
14 references to Element
Microsoft.Maui.Controls.Compatibility (14)
iOS\Renderers\CarouselPageRenderer.cs (14)
33
IElementController ElementController =>
Element
as IElementController;
38
get { return (CarouselPage)
Element
; }
41
IPageController PageController => (IPageController)
Element
;
65
VisualElement oldElement =
Element
;
79
Element
.Layout(new Rect(
Element
.X,
Element
.Y, size.Width, size.Height));
190
Platform.SetRenderer(
Element
, null);
314
foreach (ContentPage child in ((CarouselPage)
Element
).Children)
323
_scrollView.ContentSize = new SizeF(bounds.Width * ((CarouselPage)
Element
).Children.Count, bounds.Height);
367
else if (
Element
.BackgroundColor == null)
371
if (
Element
.BackgroundColor == null)
374
View.BackgroundColor =
Element
.BackgroundColor.ToPlatform();
376
Brush background =
Element
.Background;