Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Xaml page backgronud color not displayed why???
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
Logesh Palani
7y
363
1
Reply
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
>
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
unable to align the toggle switch to the right side
Xaml page code correct but not viewed