16 references to macOS
Microsoft.Maui.Controls (16)
PlatformConfiguration\macOSSpecific\NavigationPage.cs (4)
28
public static NavigationTransitionStyle GetNavigationTransitionPushStyle(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
48
public static NavigationTransitionStyle GetNavigationTransitionPopStyle(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
62
public static IPlatformElementConfiguration<
macOS
, FormsElement> SetNavigationTransitionStyle(this IPlatformElementConfiguration<
macOS
, FormsElement> config, NavigationTransitionStyle pushStyle, NavigationTransitionStyle popStyle)
PlatformConfiguration\macOSSpecific\Page.cs (3)
26
public static VisualElement[] GetTabOrder(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
32
public static IPlatformElementConfiguration<
macOS
, FormsElement> SetTabOrder(this IPlatformElementConfiguration<
macOS
, FormsElement> config, params VisualElement[] value)
PlatformConfiguration\macOSSpecific\TabbedPage.cs (9)
26
public static TabsStyle GetTabsStyle(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
32
public static IPlatformElementConfiguration<
macOS
, FormsElement> SetShowTabs(this IPlatformElementConfiguration<
macOS
, FormsElement> config, TabsStyle value)
39
public static IPlatformElementConfiguration<
macOS
, FormsElement> ShowTabsOnNavigation(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
46
public static IPlatformElementConfiguration<
macOS
, FormsElement> ShowTabs(this IPlatformElementConfiguration<
macOS
, FormsElement> config)
53
public static IPlatformElementConfiguration<
macOS
, FormsElement> HideTabs(this IPlatformElementConfiguration<
macOS
, FormsElement> config)