Implemented interface member:
property
Offset
Microsoft.Maui.IShadow.Offset
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);