Wednesday, June 10, 2009

Xaml Supports Shapes

It supports number of shapes that can be combined together to form more complex objects.You'll find a lot of more details about using XAML now let me show the basic XAML shapes.
  • Retangle:Allows you to define a rectangular shape on the screen.
  • Ellipse: Allows you to define an ellipse or circle.
  • Line: Draws a line connecting two points.
  • Polygon:Draws a many-Sided shape.
  • Polyline:Draws many line segments.
  • Path: Allows you to create a non-linear path.

No comments:

Post a Comment