Compatibility\Handlers\iOS\FrameRenderer.cs (8)
16 [VisualElement.BackgroundColorProperty.PropertyName] = (h, _) => h.SetupLayer(),
17 [VisualElement.BackgroundProperty.PropertyName] = (h, _) => h.SetupLayer(),
18 [Microsoft.Maui.Controls.Frame.BorderColorProperty.PropertyName] = (h, _) => h.SetupLayer(),
19 [Microsoft.Maui.Controls.Frame.CornerRadiusProperty.PropertyName] = (h, _) => h.SetupLayer(),
20 [Microsoft.Maui.Controls.Frame.IsClippedToBoundsProperty.PropertyName] = (h, _) => h.SetupLayer(),
21 [VisualElement.IsVisibleProperty.PropertyName] = (h, _) => h.SetupLayer(),
22 [Controls.Frame.HasShadowProperty.PropertyName] = (h, _) => h.UpdateShadow(),
23 [Microsoft.Maui.Controls.Frame.ContentProperty.PropertyName] = (h, _) => h.UpdateContent(),