Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

xamarin overlay

<Grid>
    <StackLayout>
        <!-- all content goes here -->
    </StackLayout>
    <Grid
        VerticalOptions="StartAndExpand"
        HorizontalOptions="EndAndExpand">
        <!-- draw content for overlay here -->
    </Grid>
<Grid/>
 
PREVIOUS NEXT
Tagged: #xamarin #overlay
ADD COMMENT
Topic
Name
1+3 =