LineSegment


LineSegmentHierarchy: Freezable Animatable PathSegment

Type: Path Geometry

     <LineSegment         Point="5,5" /> 

or:

     <LineSegment>         <LineSegment.Point>             <Point X="5" Y="5" />         </LineSegment.Point>     </LineSegment> 

<LineSegment.../> represents a line between two instances of Point (Figure 9-8). It must be contained within a PathFigure. LineSegment describes the end point, assuming that the start point is the last point added before the LineSegment in the PathFigure.

Attributes


Point (required)

Describes the end point of the line segment

Figure 9-8. LineSegment





XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net