Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
71
Element
= element;
22 references to Element
Microsoft.Maui.Controls.Compatibility (22)
iOS\Renderers\TabbedRenderer.cs (22)
31
Page Page =>
Element
as Page;
51
get { return (TabbedPage)
Element
; }
70
var oldElement =
Element
;
99
Element
.Layout(new Rect(
Element
.X,
Element
.Y, size.Width, size.Height));
134
if (
Element
== null)
137
if (
Element
.Parent is BaseShellItem)
138
Element
.Layout(View.Bounds.ToRectangle());
140
if (!
Element
.Bounds.IsEmpty)
142
View.Frame = new CoreGraphics.CGRect((float)
Element
.X, (float)
Element
.Y, (float)
Element
.Width, (float)
Element
.Height);
151
Element
.Layout(new Rect(
Element
.X,
Element
.Y, _queuedSize.Width, _queuedSize.Height));
271
PageUIStatusBarAnimation animation = ((Page)
Element
).OnThisPlatform().PreferredStatusBarUpdateAnimation();
314
var logicalChildren = ((IElementController)
Element
).LogicalChildren;
423
if (Tabbed == null || TabBar == null ||
Element
== null)
427
switch (TabbedPageConfiguration.GetTranslucencyMode(
Element
))
458
((TabbedPage)
Element
).CurrentPage = index >= 0 && index < count ? Tabbed.GetPageByIndex(index) : null;