Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Last active September 24, 2017 21:44
Show Gist options
  • Save hustKiwi/a00046a9a5be254b21a453ee251cfd0f to your computer and use it in GitHub Desktop.
Save hustKiwi/a00046a9a5be254b21a453ee251cfd0f to your computer and use it in GitHub Desktop.
using Xamarin.Forms;
namespace ImagesDemo
{
public partial class ImagesDemoPage : ContentPage
{
public ImagesDemoPage()
{
InitializeComponent();
btn.Image = (FileImageSource) ImageSource.FromFile("clock.png");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment