StartSegment


StartSegmentHierarchy: Freezable Animatable PathSegment

     <StartSegment         Point="10,10" /> 

or:

     <StartSegment>         <StartSegment.Point>             <Point X="10" Y="10" />         </StartSegment.Point>     </StartSegment> 

<StartSegment .../> describes the start point for a PathFigure. Each PathFigure must begin with a StartSegment and cannot contain more than one.

Attributes


Point (required)

The start Point of a path




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