Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to change the color of MenuItem in ViewCell

$
0
0

Can anyone please tell me that how could I change the color of MenuItem. Just like iPhone's Mail App has three different colors of MenuItems.

public class MyListCell : ViewCell
 {
        public PromiseListCell()
            {
                var greenOption = new MenuItem() {Text = "Green"};   // I want to change its color to Green.
                ContextActions.Add(greenOption );
        }
 }

Any help will be appreciated.


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>