示例#1
0
 internal GUITabPage(GUITabGroup tabGroup, string title)
 {
     this.Name     = title;
     this.Title    = title;
     this.tabGroup = tabGroup;
     this.IsActive = true;
 }
示例#2
0
 public SlidePageNavigationHelper()
 {
     this.TabGroup = new GUITabGroup();
     this.TabGroup.AnimationSpeed = 4;
     this.TabGroup.ExpandHeight   = true;
     this.pages = new List <Page>();
 }
示例#3
0
 public SlidePageNavigationHelper()
 {
     this.tabGroup = new GUITabGroup();
     this.tabGroup.AnimationSpeed = 4;
     this.pages = new List <Page>();
 }