silverlight ASP.NET ปฐมวัย silverlight ASP.NET
silverlight ASP.NET
 
silverlight application asp.net code  XNA Game    
silverlight ASP.NET
thaisilverlight
Silverlight Controls
Border
Button
Calendar
Canvas
CheckBox
ComboBox
ContentControl
DataGrid
Ellipse
Grid
GridSplitter
Image
ListBox
MediaElement
MultiScaleImage
PasswordBox
ProgressBar
RadioButton
Rectangle
ScrollBar
ScrollViewer
Slider
StackPanel
TabControl
TextBlock
TextBox
eXTReMe Tracker
 
 
The Geometry Mini-Language.
Author : Visual Essentials   Version : Silverlight 2
 
 

The geometries you’ve seen so far have been relatively concise, with only a
few points. More complex geometries are conceptually the same but can
easily require hundreds of segments. Defining each line, arc, and curve in a
complex path is extremely verbose and unnecessary—after all, it’s likely
that complex paths will be generated by a design tool rather than written by
hand, so the clarity of the markup isn’t all that important. With this in
mind, the creators of Silverlight added a more concise alternate syntax for
defining geometries that allows you to represent detailed figures with much
smaller amounts of markup. This syntax is often described as the geometry
mini-language (and sometimes the path mini-language due to its
application with the Path element).

To understand the mini-language, you need to realize that it is essentially a
long string holding a series of commands. These commands are read by a
type converter that then creates the corresponding geometry. Each
command is a single letter and is optionally followed by a few bits of
numeric information (such as x and y coordinates) separated by spaces.
Each command is also separated from the previous command with a space.
For example, a bit earlier you created a basic triangle using a closed

 
   
 
When We Run The Application. ทดสอบการทำงานของ (VC40TestPage.html)  
 
  IE TOP  
 
 
  IE BOT  
    >>> ดาวน์โหลด VC40.xap          
     
 
Source Code for Page.xaml (initial UI control) ซอร์สโค้ด ของ Page.xaml (initial UI control)
 
  XAML  
 
 
  XAML  
     
     
 
Source Code for Page.xaml.cs (code-behind class) ซอร์สโค้ด ของ Page.xaml.cs (code-behind class)
 
  XAML  
   
     
  ภาษา VB >>>       
 
 
    © 2009 Silverlight Examples Asp.net All Rights Reserved.  
   This Website Develop With Visual Studio 2010 / ASP.NET 3.5 & Microsoft SQL Server 2005 Database.  
  You may contact for thaisilverlight.aspxcode.net on improvement of our website in terms of accuracy and completeness at Email: aspxcodes@gmail.com  
  Valid XHTML 1.0 Transitional