Skip to content

Instantly share code, notes, and snippets.

@LuceCarter
Created July 9, 2019 12:22
Show Gist options
  • Save LuceCarter/923b4952b8ae6230e6898933d7cf620c to your computer and use it in GitHub Desktop.
Save LuceCarter/923b4952b8ae6230e6898933d7cf620c to your computer and use it in GitHub Desktop.
SliderPage
<Slider Maximum="100"
Minimum="8"
Value="{Binding SliderValue}"
BackgroundColor="CornflowerBlue"
ThumbColor="BlueViolet"
Margin="20"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment