4 implementations of ShadowDy
Microsoft.Maui.Controls.Compatibility (4)
Android\AppCompat\ButtonRenderer.cs (1)
203
float IBorderVisualElementRenderer.
ShadowDy
=> Control.ShadowDy;
Android\AppCompat\ImageButtonRenderer.cs (1)
327
float IBorderVisualElementRenderer.
ShadowDy
=> Context.ToPixels(OnThisPlatform().GetShadowOffset().Height);
Android\AppCompat\RadioButtonRenderer.cs (1)
330
float IBorderVisualElementRenderer.
ShadowDy
=> ShadowDy;
Android\FastRenderers\ButtonRenderer.cs (1)
377
float IBorderVisualElementRenderer.
ShadowDy
=> ShadowDy;
1 reference to ShadowDy
Microsoft.Maui.Controls.Compatibility (1)
Android\BorderBackgroundManager.cs (1)
134
shadowDy = _renderer.
ShadowDy
;