Last active
September 24, 2017 21:44
-
-
Save hustKiwi/a00046a9a5be254b21a453ee251cfd0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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