Created
February 14, 2019 17:47
-
-
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.
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
<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