(X) Hide this Watch a recording of the live webcast '10 Silverlight Tips' by Gill Cleeren, delivered on October 27th.
Skip Navigation LinksHome / Tips / View Tip

Search

 
Results Per Page

Found 3 results for Geometries.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Nov 25, 2009 (more than a year ago)

    This is part forth of Alan Mendelevich's series on writing code which is compatible to WPF and Silverlight and it is dedicated to Geometries.

    These are ongoing series of posts on the subject of WPF/Silverlight compatibility. New posts will be added to the Table of Contents post as they are written so bookmark that post or just subscribe to my RSS feed.



  • 5 comments  /  posted by  Martin Mihaylov  on  Jun 23, 2008 (more than a year ago)

    Introduction

    Last week I’ve published the first part of this article about the Shape controls in Silverlight 2. Now it’s time for the second. We will focus on the Polygon, the Polyline and the Path. Although these controls look more complicated than the first three, still the most important thing is to use your imagination.

    Polygon

    To create a Polygon we use the Points property of the control to define the positions of the polygon’s points. Each point has X and Y value separated with spaces.

  • 0 comments  /  posted by  Martin Mihaylov  on  Jun 09, 2008 (more than a year ago)

    Introduction

    In this article we are going to focus on the shape controls in Silverlight 2. These controls are very simple but they provide almost unlimited style possibilities, so make your imagination work and use them in a very creative and interactive way in every Silverlight application. There are six shape controls – the ellipse, the rectangle, the line, the polyline, the path and the polygon. In this article I’ll examine the first three of them, namely the ellipse, the rectangle and the line.