Created
May 30, 2019 17:20
-
-
Save ufukhawk/02b106671fc835453aac39727c6aecda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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