예제 #1
0
파일: Page.xaml.cs 프로젝트: ynkbt/moon
 public override Panel CreatePanel(Orientation orientation)
 {
     LayoutExtnCustomPanel.ManagedStackPanel stackPanel = new LayoutExtnCustomPanel.ManagedStackPanel();
     stackPanel.Orientation = orientation;
     return(stackPanel);
 }
예제 #2
0
파일: Page.xaml.cs 프로젝트: dfr0/moon
 public override Panel CreatePanel(Orientation orientation)
 {
     LayoutExtnCustomPanel.ManagedStackPanel stackPanel = new LayoutExtnCustomPanel.ManagedStackPanel();
     stackPanel.Orientation = orientation;
     return stackPanel;
 }