button setImage in android xamarin -
i have following part implemented in ios.xamarin; know equilavent of following in android.xamarin.
button.setimage (selectedimage, uicontrolstate.selected);
android has imagebutton class can use. inherits several setimage* methods imageview can use set image in code.
Comments
Post a Comment