示例#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;
 }