Implemented interface member:
property
Opacity
Microsoft.Maui.IShadow.Opacity
1 write to Opacity
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 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);