Implemented interface member:
property
Offset
Microsoft.Maui.IShadow.Offset
1 write to Offset
Microsoft.Maui.Controls (1)
Frame\Frame.cs (1)
102 return new Shadow() { Radius = 5, Opacity = 0.8f, Offset = new Point(0, 0), Brush = Brush.Black };
2 references to Offset
Microsoft.Maui.Controls (2)
Shadow.cs (2)
17 /// <summary>Bindable property for <see cref="Offset"/>.</summary> 18 public static readonly BindableProperty OffsetProperty = BindableProperty.Create(nameof(Offset), typeof(Point), typeof(Shadow), null);