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

ImageButton Orientation not working (Labs)

$
0
0

The following places the image to the left of the text on IOS:

        var button = new ImageButton() {
            ImageHeightRequest = 50,
            ImageWidthRequest = 50,
            Orientation = ImageOrientation.ImageOnTop,
            Image = "Images/iconbeast/bell",
            Text = "Click Me",
        };

I've tried all the workarounds and then pulled them all out. Is there something I'm missing. This is a PCL Based shared Forms library. All references/packages in both projects are up to date.


Viewing all articles
Browse latest Browse all 58056

Trending Articles