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