A Xamarin iOS Material Design CardView / button, based on iOS Cardview.
The button will change background color on highlight based on the BackgroundColorNormal and BackgroundColorHighlight properties.
Example properties (used in screenshot):
ShadowColor = UIColor.Black;
CornerRadius = 2;
ShadowOffsetHeight = 3;
ShadowOffsetWidth = 0;
ShadowOpacity = 0.5f;