Click here to Skip to main content
15,896,453 members
Articles / Programming Languages / C#

An Introduction to the Silverlight samples in the All-In-One Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (26 votes)
12 Dec 2009Ms-PL5 min read 55.5K   2.2K   56  
This article introduces several Silverlight samples in the All-In-One Framework.
<?xml version="1.0"?>
<Metadata version="1">
  <AspectRatio>1.6</AspectRatio>
  <Image>
    <FileName>background.jpg</FileName>
    <x>0</x>
    <y>0</y>
    <Width>1</Width>
    <Height>1</Height>
    <ZOrder>1</ZOrder>
    <Tag>What a green world! Have a look at the wrap in bamboo at the center of me. Just zoom in!</Tag>
  </Image>
  <Image>
    <FileName>wrap in bamboo.png</FileName>
    <x>0.393527465204512</x>
    <y>0.435325971459365</y>
    <Width>0.115038939739084</Width>
    <Height>0.196553557717875</Height>
    <ZOrder>2</ZOrder>
    <Tag>Hey! I just got a child seed! It's just on my head! Check it out by zoom in further!</Tag>
  </Image>
  <Image>
    <FileName>seed.png</FileName>
    <x>0.452330388995186</x>
    <y>0.411159614096659</y>
    <Width>0.0161019242843466</Width>
    <Height>0.0309028452100576</Height>
    <ZOrder>3</ZOrder>
    <Tag>So I'm a seed. But I'm already composed of multiple cells! Check out the largest cell on the top of my head!</Tag>
  </Image>
  <Image>
    <FileName>cell.png</FileName>
    <x>0.461428611752463</x>
    <y>0.414989088211116</y>
    <Width>0.00112425294981998</Width>
    <Height>0.00087999079813247</Height>
    <ZOrder>4</ZOrder>
    <Tag>Hi, I'm a cell. Good morning. But can check my DNA to make sure I'll grow up properly? It's in my core.</Tag>
  </Image>
  <Image>
    <FileName>dna.png</FileName>
    <x>0.461676770934172</x>
    <y>0.41529914551416</y>
    <Width>6.21771961462665E-05</Width>
    <Height>0.000246807188244174</Height>
    <ZOrder>5</ZOrder>
    <Tag>Hi, I'm DNA. Now let's play a game. Can you find a hidden molecular inside me? If you find it, you can go on to zoom in. :)</Tag>
  </Image>
  <Image>
    <FileName>Molecular.png</FileName>
    <x>0.461703874332578</x>
    <y>0.415346392948688</y>
    <Width>6.64169933436669E-06</Width>
    <Height>4.60396568011107E-06</Height>
    <ZOrder>6</ZOrder>
    <Tag>Nice catch! But do you think you're already at the end of your journey? No! Check out the largest atom inside me!</Tag>
  </Image>
  <Image>
    <FileName>atom.png</FileName>
    <x>0.461704299912841</x>
    <y>0.415348912591434</y>
    <Width>1.00729138389841E-06</Width>
    <Height>1.54656442627319E-06</Height>
    <ZOrder>7</ZOrder>
    <Tag>Well done! You're already at the atom level! But, if you move your mouse around, you will find a final secret~~.</Tag>
  </Image>
  <Image>
    <FileName>neutron.png</FileName>
    <x>0.461704662677235</x>
    <y>0.41534948084131</y>
    <Width>1.49001959383186E-07</Width>
    <Height>2.26959784532469E-07</Height>
    <ZOrder>8</ZOrder>
    <Tag>Wow! You've caught me... I'm a neutron... OK. You've reached the end of your journey. Yes, I kow I'm made of multiple particles. But if you insist to zoom in further, you'll find yourself lost in the world of bosons and ferminons. :)</Tag>
  </Image>
</Metadata>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
China China
Microsoft All-In-One Code Framework delineates the framework and skeleton of Microsoft development techniques through typical sample codes in three popular programming languages (Visual C#, VB.NET, Visual C++). Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used coding scenario based on our support experience in MSDN newsgroups and forums. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer's question coincides with what we collected.
http://cfx.codeplex.com/

Comments and Discussions