Пример #1
0
 public override Panel CreatePanel(Orientation orientation)
 {
     LayoutExtnCustomPanel.ManagedStackPanel stackPanel = new LayoutExtnCustomPanel.ManagedStackPanel();
     stackPanel.Orientation = orientation;
     return(stackPanel);
 }
Пример #2
0
 public override Panel CreatePanel(Orientation orientation)
 {
     LayoutExtnCustomPanel.ManagedStackPanel stackPanel = new LayoutExtnCustomPanel.ManagedStackPanel();
     stackPanel.Orientation = orientation;
     return stackPanel;
 }