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