3 references to ShadowRadiusProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\VisualElement.cs (2)
196 return (double)element.GetValue(ShadowRadiusProperty); 206 element.SetValue(ShadowRadiusProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\ShadowEffect.cs (1)
35 args.PropertyName == PlatformElement.ShadowRadiusProperty.PropertyName ||