Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.Android.IVisualElementRenderer.Element
11 references to Element
Microsoft.Maui.Controls.Compatibility (11)
Android\Renderers\AHorizontalScrollView.cs (2)
23
if (_renderer.
Element
.InputTransparent)
39
if (!_renderer.
Element
.IsEnabled)
Android\Renderers\ScrollViewRenderer.cs (9)
43
get { return (IScrollViewController)
Element
; }
122
if (
Element
is IVisualElementController controller)
165
if (
Element
.InputTransparent)
196
if (_isBidirectional && !
Element
.InputTransparent)
276
if (!_checkedForRtlScroll && _hScrollView != null &&
Element
is IVisualElementController controller && controller.EffectiveFlowDirection.IsRightToLeft())
353
if (
Element
== null)
358
_isEnabled =
Element
.IsEnabled;
471
SetBackgroundColor(
Element
.BackgroundColor.ToAndroid(Colors.Transparent));
476
Brush background =
Element
.Background;