1 implementation of IShadow
Microsoft.Maui.Controls (1)
Shadow.cs (1)
6
public class Shadow : Element,
IShadow
7 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 (4)
Frame\Frame.cs (1)
87
IShadow
IView.Shadow
Shadow.cs (1)
20
Paint
IShadow
.Paint => Brush;
ShadowTypeConverter.cs (1)
130
throw new InvalidOperationException($"Cannot convert \"{strValue}\" into {typeof(
IShadow
)}.");
VisualElement\VisualElement.cs (1)
1841
IShadow
IView.Shadow => Shadow;