Example #1
0
 public View RemoveChildAt(Tizen.NUI.BaseComponents.TableView.CellPosition position)
 {
     return(BaseHandle.GetHandle(tableView.RemoveChildAt(position)) as View);
 }
Example #2
0
 public static ImageView DownCast(BaseHandle handle)
 {
     Tizen.NUI.BaseComponents.ImageView result = Tizen.NUI.BaseComponents.ImageView.DownCast(handle.handleInstance) as Tizen.NUI.BaseComponents.ImageView;
     return(BaseHandle.GetHandle(result) as ImageView);
 }
Example #3
0
 public static TextLabel DownCast(BaseHandle handle)
 {
     return(BaseHandle.GetHandle(handle.handleInstance) as TextLabel);
 }