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
195
10k
1.9m
Xamarin forms layout class error will be how to solve this??
Apr 2 2017 10:41 PM
Creating an Layout project, the class error will be there how to solve this
code image given below
the
public class framedtextpage class
is error
how can i solve this
<ContentView.Content>
<Label
public
class
FramedTextPage : ContentPage
{
public
FramedTextPage()
{
Padding =
new
Thickness(20);
Content =
new
Frame
{
OutlineColor = Color.Accent,
HorizontalOptions = LayoutOptions.Center,
VerticalOptions = LayoutOptions.Center,
Content =
new
Label
{
Text =
"I've been framed!"
,
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label))
}
};
}
}
></Label>
</ContentView.Content>
Reply
Answers (
1
)
How to add Forms Xaml Page in VS2017
How to Images isTouchable = false in xaml