Ejemplo n.º 1
0
 public void SetFooter(Tizen.NUI.Xaml.Forms.BaseComponents.View footer)
 {
     popup.SetFooter(footer.handleInstance as View);
 }
Ejemplo n.º 2
0
 public void SetContent(Tizen.NUI.Xaml.Forms.BaseComponents.View content)
 {
     popup.SetContent(content.handleInstance as View);
 }