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

Relative Layout and xaml :: Why am I having such a hard time finding examples and explanations?

$
0
0

I've found a multitude of Classic Xamarin examples and a few xaml examples but what I'm not finding (and I could be searching wrong) are examples that explain the ins and outs of X and Y Constraints.

I'm very new to this and to C# a little, so it's possible I'm looking for this info in the wrong spots.

All I want to do is take an image, overlay a boxview with a color opacity and drop a label centered over that.

I understand conceptually how to do it, but I'm struggling to understand the details of factor, constant, etc...

Any help with this would be amazing.

<RelativeLayout>
    <Image 
        Source="compliance.jpg"
        x:Name="complianceBG"
        />
    <BoxView 
        Color="#80000000"
    />
    <Label
        WidthRequest="667"
        Text="{Binding Title}"
        FontAttributes="Bold"
        FontSize="18"
        TextColor="White"
    />  
</RelativeLayout>

Thanks,
Steve


Viewing all articles
Browse latest Browse all 89864

Trending Articles



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