3 references to HeaderIconsSizeProperty
Microsoft.Maui.Controls (3)
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (3)
20 BindableProperty.Create(nameof(HeaderIconsSizeProperty), typeof(Size), typeof(TabbedPage), new Size(16, 16)); 69 element.SetValue(HeaderIconsSizeProperty, value); 75 return (Size)element.GetValue(HeaderIconsSizeProperty);