Draws a triangle with a blue interior : Polygon « Windows Presentation Foundation « VB.Net






Draws a triangle with a blue interior

Draws a triangle with a blue interior
     
<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="Example">
  <Canvas>
        <Polygon Points="10,110 60,10 110,110" 
          Fill="Blue" />

  </Canvas>
</Page>

   
    
    
    
    
  








Related examples in the same category

1.Setting Points for PolygonSetting Points for Polygon
2.FillRule="Nonzero" for PolygonFillRule=
3.A PolygonA Polygon
4.Polygon FillRule=NonzeroPolygon FillRule=Nonzero
5.FillRule=NonzeroFillRule=Nonzero
6.FillRule=EvenOddFillRule=EvenOdd
7.Draws a triangle with a blue interior and a black outlineDraws a triangle with a blue interior and a black outline
8.A triangle with a black outline.A triangle with a black outline.
9.Set Stroke, StrokeThickness for PolygonSet Stroke, StrokeThickness for Polygon
10.Draws polygon with LinearGradientBrushDraws polygon with LinearGradientBrush
11.Shows a line that crosses more than one other lineShows a line that crosses more than one other line
12.Polygon Mouse down eventPolygon Mouse down event