StrokeLineJoin=Bevel : Stroke « Windows Presentation Foundation « VB.Net






StrokeLineJoin=Bevel

StrokeLineJoin=Bevel
     

<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>
  <Polyline
    Points="50,50 75,30 100,100 130,40"
    Stroke="Red"
    StrokeThickness="20"
    StrokeLineJoin="Bevel"
    Grid.Row="2" Grid.Column="1"/>

  </Canvas>
</Page>

   
    
    
    
    
  








Related examples in the same category

1.Dash Pattern "1 2"Dash Pattern
2.Dash Pattern "2 1"Dash Pattern
3.Dash Pattern "5 0.2 3 0.2"Dash Pattern
4.Uneven Dash Pattern "2 0.5 2"Uneven Dash Pattern
5.Dash Pattern with Rounded CapsDash Pattern with Rounded Caps
6.Bevel Line JoinBevel Line Join
7.Round Line JoinRound Line Join
8.Miter Line JoinMiter Line Join
9.Miter Line Join With Limit of 3Miter Line Join With Limit of 3
10.Flat Line CapFlat Line Cap
11.Square Line CapSquare Line Cap
12.Round Line CapRound Line Cap
13.Triangle Line CapTriangle Line Cap
14.StrokeLineJoin=RoundStrokeLineJoin=Round
15.StrokeStartLineCap=FlatStrokeStartLineCap=Flat
16.StrokeEndLineCap=SquareStrokeEndLineCap=Square
17.StrokeStartLineCap=SquareStrokeStartLineCap=Square
18.StrokeStartLineCap=RoundStrokeStartLineCap=Round
19.StrokeStartLineCap=TriangleStrokeStartLineCap=Triangle
20.Paints a rectangle with a checkered pattern 2
21.Solid color stroke LineSolid color stroke Line
22.Stroke with semi-transparent colorStroke with semi-transparent color