Skip to content

Instantly share code, notes, and snippets.

@ufukhawk
Created May 30, 2019 17:20
Show Gist options
  • Select an option

  • Save ufukhawk/02b106671fc835453aac39727c6aecda to your computer and use it in GitHub Desktop.

Select an option

Save ufukhawk/02b106671fc835453aac39727c6aecda to your computer and use it in GitHub Desktop.
using Xamarin.Forms;
namespace GradientColorDemo.CustomControls {
public class GradientColorStack: StackLayout {
public Color StartColor {
get;
set;
}
public Color EndColor {
get;
set;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment