2 implementations of Shadow
Microsoft.Maui.Controls (2)
Frame\Frame.cs (1)
87 IShadow IView.Shadow
VisualElement\VisualElement.cs (1)
1831 IShadow IView.Shadow => Shadow;
3 references to Shadow
Microsoft.Maui (3)
Handlers\View\ViewHandler.cs (2)
36 [nameof(IView.Shadow)] = MapShadow, 376 /// Maps the abstract <see cref="IView.Shadow"/> property to the platform-specific implementations.
ViewExtensions.cs (1)
93 if (view?.Clip != null || view?.Shadow != null)