Implemented interface member:
property
Opacity
Microsoft.Maui.IShadow.Opacity
2 references to Opacity
Microsoft.Maui.Controls (2)
Shadow.cs (2)
11 /// <summary>Bindable property for <see cref="Opacity"/>.</summary> 12 public static readonly BindableProperty OpacityProperty = BindableProperty.Create(nameof(Opacity), typeof(float), typeof(Shadow), 1f);