public static IPlatformElementConfiguration <macOS, FormsElement> SetShowTabs(this IPlatformElementConfiguration <macOS, FormsElement> config, TabsStyle value) { SetTabsStyle(config.Element, value); return(config); }
public TabStripBuilder <TModel> Style(TabsStyle value) { base.Component.Style = value; return(this); }
public static void SetTabsStyle(BindableObject element, TabsStyle value) { element.SetValue(TabsStyleProperty, value); }