Skip to content

Instantly share code, notes, and snippets.

@ufukhawk
Created February 14, 2019 17:47
Show Gist options
  • Save ufukhawk/4862d5e753b4ea5656c3b1fd3a49016f to your computer and use it in GitHub Desktop.
Save ufukhawk/4862d5e753b4ea5656c3b1fd3a49016f to your computer and use it in GitHub Desktop.
Bu kısımda oluşturduğumuz EntryImagerenderer'ı nasıl kullanacağımız yer alıyor.
<StackLayout Padding="40" Spacing="10">
<local:ImageEntry TextColor="White"
PlaceholderColor="{StaticResource primary}"
Image="user"
Placeholder="Emil"
HorizontalOptions="FillAndExpand"/>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment