1 implementation of IShadow
Microsoft.Maui.Controls (1)
Shadow.cs (1)
6 public class Shadow : Element, IShadow
6 references to IShadow
Microsoft.Maui (3)
Core\IView.cs (1)
45 IShadow? Shadow { get; }
Platform\WrapperView.cs (2)
11 IShadow? _shadow; 32 public IShadow? Shadow
Microsoft.Maui.Controls (3)
Frame\Frame.cs (1)
87 IShadow IView.Shadow
Shadow.cs (1)
20 Paint IShadow.Paint => Brush;
VisualElement\VisualElement.cs (1)
1831 IShadow IView.Shadow => Shadow;