4 implementations of ShadowRadius
Microsoft.Maui.Controls.Compatibility (4)
Android\AppCompat\ButtonRenderer.cs (1)
201 float IBorderVisualElementRenderer.ShadowRadius => Control.ShadowRadius;
Android\AppCompat\ImageButtonRenderer.cs (1)
325 float IBorderVisualElementRenderer.ShadowRadius => Context.ToPixels(OnThisPlatform().GetShadowRadius());
Android\AppCompat\RadioButtonRenderer.cs (1)
328 float IBorderVisualElementRenderer.ShadowRadius => ShadowRadius;
Android\FastRenderers\ButtonRenderer.cs (1)
375 float IBorderVisualElementRenderer.ShadowRadius => ShadowRadius;
1 reference to ShadowRadius
Microsoft.Maui.Controls.Compatibility (1)
Android\BorderBackgroundManager.cs (1)
133 shadowRadius = _renderer.ShadowRadius;