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

Whate are the default values for ImageCell

$
0
0

What are the default values of an imagecell?
I need to know the default Padding and layouts used.

Currently i have

View = new StackLayout 
            {
                Orientation = StackOrientation.Horizontal, Padding = new Thickness (10, 10),
                Children = {
                    new Image { Source = "phone_icon.png" },
                    new StackLayout {
                        Spacing = 0,
                        Children = {
                            new Label{ Text = profile.HomeNumber, FontSize = 17 },
                            new Label{ Text = "Mobile", FontSize = 12, TextColor = Color.Teal }
                        }
                    }
                }
            };

Viewing all articles
Browse latest Browse all 58056

Trending Articles



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