Am creating xamarin.forums application
the code given below background color not displayed
- <StackLayout>
- <ContentPage.Content>
- <Label Text="logesh to Xamarin Forms!"
- VerticalOptions="Center"
- HorizontalOptions="Center"
- TextColor="Navy" Backgroundcolor="Yellow" />
- <Button Text="Click here" FontSize="Medium" TextColor="Yellow" VerticalOptions="CenterAndExpand">Button>
- <Slider VerticalOptions="Center">
- <Label Text="logesh"
- FontSize="Medium"
- VerticalOptions="Center"
- HorizontalOptions="Start"
- AnchorX="0"
- Rotation="240"/>
- Slider>
- ContentPage.Content>
- StackLayout>

Umair HassanPosted Apr 13, 2017, 5:27 AM
Rafnas T PPosted Apr 13, 2017, 3:37 AM
Nilesh JadavPosted Apr 12, 2017, 1:49 PM