2 references to ShadowColorProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\VisualElement.cs (2)
149
return (Color)element.GetValue(
ShadowColorProperty
);
159
element.SetValue(
ShadowColorProperty
, value);