8 references to TabPosition
Microsoft.Maui.Controls (8)
PlatformConfiguration\GTKSpecific\TabbedPage.cs (8)
9 /// <summary>Bindable property for <see cref="TabPosition"/>.</summary> 11 BindableProperty.Create("TabPosition", typeof(TabPosition), 12 typeof(TabbedPage), TabPosition.Default); 15 public static TabPosition GetTabPosition(BindableObject element) 17 return (TabPosition)element.GetValue(TabPositionProperty); 21 public static void SetTabPosition(BindableObject element, TabPosition tabPosition) 27 public static TabPosition GetTabPosition( 35 this IPlatformElementConfiguration<GTK, FormsElement> config, TabPosition value)