Created
April 4, 2019 06:30
-
-
Save sthewissen/07e8a50c04e7ac2989abf4195f59b2f0 to your computer and use it in GitHub Desktop.
This file contains 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
<ff:CachedImage Source="seattle.jpg" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" Aspect="AspectFill"> | |
<ff:CachedImage.Transformations> | |
<fftransformations:CornersTransformation | |
CornersTransformType="BottomRightRounded" | |
BottomRightCornerSize="22"/> | |
</ff:CachedImage.Transformations> | |
</ff:CachedImage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment