"Windows Universal Platform" Just study notes-start

Source: Internet
Author: User

I am a beginner, have not windows/windows phone's application development experience before, the purpose of open Bo is only to record and urge oneself study.

Whim, or personal preferences, want to learn to develop their own app (PS: previously did web development)

If you want to learn app development, the first choice is the iOS platform. But who made me a soft powder, and used to do. Net. The words of his own "martial arts" has not yet learned home, also embarrassed greedy others home martial arts cheats (see: Tianlong eight Department)

I am not good at the code word, so the nonsense will not say more, finally said: This is just my personal study notes.

Try XAML

Add a button to the page:

<Content= "normal buttons"></button>

It can also be written in the same way:

< Button >    < Button . Content> normal buttons </button.content></button  >

Add another color, you know:

 <  button  background  = "Black"     >  <  button   >  normal button </ button.content  >  <  button  . Foreground  >  white</ button.foreground  >  </ Span style= "color: #800000;" >button  >  

A "drop down" option:

<ComboBoxHorizontalAlignment= "Center"Margin= "0 0 0">    <ComboBoxItemContent= "Select Item"IsSelected= "True"></ComboBoxItem>    <ComboBoxItemContent= "Item 1"></ComboBoxItem>    <ComboBoxItemContent= "Item 2"></ComboBoxItem></ComboBox>

Note that here is omitted <combobox.items>, because can be omitted so omitted (which so much why!) )

Not to omit it.

<ComboBoxHorizontalAlignment= "Center"Margin= "0 0 0">    <ComboBox. Items>        <ComboBoxItemContent= "Select Item"IsSelected= "True"></ComboBoxItem>        <ComboBoxItemContent= "Item 1"></ComboBoxItem>        <ComboBoxItemContent= "Item 2"></ComboBoxItem>    </Combobox.items></ComboBox>

See Next: Markup extension

1. Binding

2. StaticResource

3. TemplateBinding

4. RelativeSource

"Windows Universal Platform" Just study notes-start

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.