3 references to TranslucencyModeProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\TabbedPage.cs (2)
16 => (TranslucencyMode)element.GetValue(TranslucencyModeProperty); 20 => element.SetValue(TranslucencyModeProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
255 else if (e.PropertyName == TabbedPageConfiguration.TranslucencyModeProperty.PropertyName)