Skip to content

Instantly share code, notes, and snippets.

@LuceCarter
Created August 14, 2020 19:59
Show Gist options
  • Save LuceCarter/371bf08ca84e58dfdce69d1789c2b36f to your computer and use it in GitHub Desktop.
Save LuceCarter/371bf08ca84e58dfdce69d1789c2b36f to your computer and use it in GitHub Desktop.
<Button Padding="2"
Text="Analyse Sentiment"
TextColor="Black">
<Button.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="Red"
Offset="0.1"/>
<GradientStop Color="Orange"
Offset="0.225"/>
<GradientStop Color="Yellow"
Offset="0.35"/>
<GradientStop Color="LightGreen"
Offset="0.475"/>
<GradientStop Color="CornflowerBlue"
Offset="0.6"/>
<GradientStop Color="BlueViolet"
Offset="0.775"/>
<GradientStop Color="Purple"
Offset="1.0"/>
</LinearGradientBrush>
</Button.Background>
</Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment