Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

File metadata and controls

15 lines (10 loc) · 540 Bytes

CardViewButton

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;

Example