public NavSettings Tabs() { Style = NavStyle.Tabs; return this; }
public NavSettings Pills() { Style = NavStyle.Pills; return this; }