Hello Everyone.
Now let's see about some Basic or Common XAML Controls in this Post.
In this we learn some basic controls like TextBox, Button, TextBlock,
First of launch Visual Studio 2013
FILE -> New -> Project give project name and location.
1) TextBox Control :
TextBox control allow you to enter some input text at run time.
Common properties are like Name, Text, Height, Width, Font properties etc you can change.Drag TextBox from Toolbox panel. The TextBox control in Windows Phone 8.1 supports setting Header text and Placeholder Text.
Header text Property allow you to set Header of Textbox and Placeholder allow you to set Watermarked Text in your TextBox control.
2) Button Control :
Button control allow you to Click and perform some task at run time.
It has some common properties like Name, Content, Height, Width etc.
3) CheckBox Control :
CheckBox control is use for choice option to select 'on' and 'off'.
It has some common properties like Name, Content, Height, Width etc.
It has one IsChecked property to checked at design time and to check at run time is
checked or not.
4) RadioButton Control
RadioButton Control is used to choice only one choice from available option.
It has some common properties like Name, Content, Height, Width etc.
It has one IsChecked property to checked at design time and to check at run time is
checked or not and GroupName which is used to give same name for radioname.
Now let's see about some Basic or Common XAML Controls in this Post.
In this we learn some basic controls like TextBox, Button, TextBlock,
First of launch Visual Studio 2013
FILE -> New -> Project give project name and location.
1) TextBox Control :
TextBox control allow you to enter some input text at run time.
Common properties are like Name, Text, Height, Width, Font properties etc you can change.Drag TextBox from Toolbox panel. The TextBox control in Windows Phone 8.1 supports setting Header text and Placeholder Text.
Header text Property allow you to set Header of Textbox and Placeholder allow you to set Watermarked Text in your TextBox control.
2) Button Control :
Button control allow you to Click and perform some task at run time.
It has some common properties like Name, Content, Height, Width etc.
3) CheckBox Control :
CheckBox control is use for choice option to select 'on' and 'off'.
It has some common properties like Name, Content, Height, Width etc.
It has one IsChecked property to checked at design time and to check at run time is
checked or not.
4) RadioButton Control
RadioButton Control is used to choice only one choice from available option.
It has some common properties like Name, Content, Height, Width etc.
It has one IsChecked property to checked at design time and to check at run time is
checked or not and GroupName which is used to give same name for radioname.
No comments:
Post a Comment