Path Reference Page Snip : Page « Windows Presentation Foundation « VB.Net






Path Reference Page Snip

Path Reference Page Snip
       
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="Microsoft.Samples.Graphics.RectangleExample"
    WindowTitle="Example">
  <Canvas>
        <Path
          Data="M10,100 C 100,0 200,200 300,100 z"
          Fill="Blue"
          Stroke="Black"
          StrokeThickness="4" />

  </Canvas>
</Page>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Automatic InlineUIContainer generation: text along with ButtonAutomatic InlineUIContainer generation: text along with Button
2.Create a button when the page loads.Create a button when the page loads.
3.Page Loaded eventPage Loaded event
4.Remember and navigate through multiple sets of state for a single page instanceRemember and navigate through multiple sets of state for a single page instance
5.Navigate to an instance of a custom class, instead of a Page.Navigate to an instance of a custom class, instead of a Page.
6.Select Product Page FunctionSelect Product Page Function
7.UI With Page for Dynamic Button contentUI With Page for Dynamic Button content
8.A XAML browser application (XBAP) running in partial trust can safely upload files from a client machine.A XAML browser application (XBAP) running in partial trust can safely upload files from a client machine.