GeometryGroup


GeometryGroupHierarchy: Freezable Animatable Geometry

     <GeometryGroup>         <LineGeometry StartPoint="50,50" EndPoint="100,100" />         <EllipseGeometry Center="40,80" RadiusX="20" RadiusY="20" />         <RectangleGeometry Rect="20,20 100 50" />   </GeometryGroup> 

<GeometryGroup .../> describes a group of geometric shapes used to render a Path or that will be drawn by a GeometryDrawing. GeometryGroup is a container for one or more geometries.

Attributes


Children (required)

A collection of Geometry elements. This attribute is generally not set directly but is created by adding nested instances of varying Geometry elements.




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