Polygon Stretch=None : Polygon « Windows Presentation Foundation « C# / C Sharp






Polygon Stretch=None

Polygon Stretch=None
     
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="Microsoft.Samples.Graphics.RectangleExample"
    WindowTitle="Rectangle Example">
  <Canvas>
    <Polygon Height="100" Width="50" Points="0,0 10,10 0,10" Fill="Blue" Stretch="None"/>
  </Canvas>
</Page>

   
    
    
    
    
  








Related examples in the same category

1.Polyline by PointsPolyline by Points
2.A Polygon always closes the end pointsA Polygon always closes the end points
3.Specifying points the long way with Polygon.Points tag and PointSpecifying points the long way with Polygon.Points tag and Point
4.Draw figure with "EvenOdd" FillRuleDraw figure with
5.Draw figure with "NonZero" FillRule
6.Draw second figure with "NonZero" FillRuleDraw second figure with
7.Polygon Stretch= UniformToFillPolygon Stretch= UniformToFill
8.Polygon Stretch="UniformPolygon Stretch=
9.Star PolygonStar Polygon
10.Fill Polygon with RadialGradientBrushFill Polygon with RadialGradientBrush
11.Polygon with FillPolygon with Fill
12.Polygon Stroke color and ThicknessPolygon Stroke color and Thickness
13.Polygon Along with CanvasPolygon Along with Canvas
14.Polygon Stretch=FillPolygon Stretch=Fill
15.Star.xamlStar.xaml
16.Difference between EvenOdd FillRule and NonZero FillRule
17.Draws another triangle with a blue interior with PolygonDraws another triangle with a blue interior with Polygon
18.Non-zero fill rule with more complex shape with PolygonNon-zero fill rule with more complex shape with Polygon
19.Polygon Mouse down eventPolygon Mouse down event