Path Mini Language : Path « Shapes « Silverlight






Path Mini Language

Path Mini Language
   
<UserControl x:Class='SilverlightApplication3.MainPage'
    xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' 
    xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'
    xmlns:d='http://schemas.microsoft.com/expression/blend/2008' 
    xmlns:mc='http://schemas.openxmlformats.org/markup-compatibility/2006' 
    mc:Ignorable='d' 
    d:DesignWidth='640' 
    d:DesignHeight='480'>

    <Path Fill="Red" Stroke="Black" StrokeThickness="3"
          Data="M 50 75 L 250 75, 250 275, 50 275 Z" />

</UserControl>

   
    
    
  








Related examples in the same category

1.Path Mini-language Commands
2.Creating a Path
3.Curves and AnimationCurves and Animation
4.Line Joins MiterLine Joins Miter
5.Discrete Point Jumps
6.Creating Elliptic Arcs with PathCreating Elliptic Arcs with Path
7.Elliptic Arcs with ArcSegment Objects
8.Path with fill rule F1 = NonZero
9.Path DataPath Data
10.Use Ellipse Geometry as Path DataUse Ellipse Geometry as Path Data
11.Use RectangleGeometry as Path DataUse RectangleGeometry as Path Data
12.Vertical Line with PathVertical Line with Path
13.Horizontal Line with PathHorizontal Line with Path
14.Line with PathLine with Path
15.Path gradient and BezierPath gradient and Bezier
16.Single Bezier
17.Overlapping StarsOverlapping Stars
18.Multiple SubpathsMultiple Subpaths
19.Close Path CommandClose Path Command
20.Path.Data with LineSegmentPath.Data with LineSegment
21.Path Margin as resourcePath Margin as resource
22.Shorthand Path dataShorthand Path data
23.Drawn with a Path Shape with GeometryDrawn with a Path Shape with Geometry
24.Multiple Line SegmentsMultiple Line Segments
25.Mini Language InfinityMini Language Infinity