Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created October 10, 2019 12:49
Show Gist options
  • Save bbenetskyy/c91dcc96864b3ab3f3583111565a473a to your computer and use it in GitHub Desktop.
Save bbenetskyy/c91dcc96864b3ab3f3583111565a473a to your computer and use it in GitHub Desktop.
XAML part for CSS Gradient
<ContentPage.Resources>
<StyleSheet Source="../Styles/LinearGradientsPage.css" />
</ContentPage.Resources>
...
<magic:GradientView VerticalOptions="FillAndExpand" StyleClass="gradientStyledWithCss" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment