Skip to content

Instantly share code, notes, and snippets.

@ytabuchi
Created March 24, 2017 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytabuchi/7ba81a05703f8fc05cafabec572fab1f to your computer and use it in GitHub Desktop.
Save ytabuchi/7ba81a05703f8fc05cafabec572fab1f to your computer and use it in GitHub Desktop.
XAML
<ScrollView Padding="8">
<StackLayout>
<svg:SvgImage SvgPath="{Binding AppStorePath}"
SvgAssembly="{Binding SvgAssembly}"
WidthRequest="135"
HeightRequest="40"
HorizontalOptions="Center"/>
<svg:SvgImage SvgPath="{Binding CoolMaskPath}"
SvgAssembly="{Binding SvgAssembly}"
WidthRequest="100"
HeightRequest="100"
HorizontalOptions="Center"/>
<svg:SvgImage SvgPath="{Binding TigerPath}"
SvgAssembly="{Binding SvgAssembly}"
WidthRequest="300"
HeightRequest="300"
HorizontalOptions="Center"/>
</StackLayout>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment