TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Logesh Palani
194
10k
1.9m
Xaml page backgronud color not displayed why???
Apr 12 2017 12:29 PM
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
>
Reply
Answers (
3
)
unable to align the toggle switch to the right side
Xaml page code correct but not viewed