2 references to IsShadowEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\VisualElement.cs (2)
102
return (bool)element.GetValue(
IsShadowEnabledProperty
);
112
element.SetValue(
IsShadowEnabledProperty
, value);