Implemented interface member:
property
NativeView
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.NativeView
5 references to NativeView
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\RefreshViewRenderer.cs (1)
273
VisualElementRenderer<VisualElement>.RegisterEffect(effect, this,
NativeView
);
iOS\VisualElementRenderer.cs (4)
153
return
NativeView
.GetSizeRequest(widthConstraint, heightConstraint);
159
protected internal virtual NativeView GetControl() =>
NativeView
;
259
NativeView
.UpdateBackgroundLayer();
399
NativeView
.UpdateBackground(brush);