3 references to HeaderIconsEnabledProperty
Microsoft.Maui.Controls (3)
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (3)
16
BindableProperty.Create(nameof(
HeaderIconsEnabledProperty
), typeof(bool), typeof(TabbedPage), true);
25
element.SetValue(
HeaderIconsEnabledProperty
, value);
31
return (bool)element.GetValue(
HeaderIconsEnabledProperty
);