<Grid ><Image x:Name="trashBoxImage" Grid.Column="1" /></Grid>
in other words to what Android type the xaml image will be mapped to?
exp: if(view is ????class????? ) then ..
<Grid ><Image x:Name="trashBoxImage" Grid.Column="1" /></Grid>
in other words to what Android type the xaml image will be mapped to?
exp: if(view is ????class????? ) then ..