4 implementations of ShadowDx
Microsoft.Maui.Controls.Compatibility (4)
Android\AppCompat\ButtonRenderer.cs (1)
202
float IBorderVisualElementRenderer.
ShadowDx
=> Control.ShadowDx;
Android\AppCompat\ImageButtonRenderer.cs (1)
326
float IBorderVisualElementRenderer.
ShadowDx
=> Context.ToPixels(OnThisPlatform().GetShadowOffset().Width);
Android\AppCompat\RadioButtonRenderer.cs (1)
329
float IBorderVisualElementRenderer.
ShadowDx
=> ShadowDx;
Android\FastRenderers\ButtonRenderer.cs (1)
376
float IBorderVisualElementRenderer.
ShadowDx
=> ShadowDx;
1 reference to ShadowDx
Microsoft.Maui.Controls.Compatibility (1)
Android\BorderBackgroundManager.cs (1)
135
shadowDx = _renderer.
ShadowDx
;