3 references to ShadowColorProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\VisualElement.cs (2)
149
return (Color)element.GetValue(
ShadowColorProperty
);
159
element.SetValue(
ShadowColorProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\ShadowEffect.cs (1)
33
args.PropertyName == PlatformElement.
ShadowColorProperty
.PropertyName ||