Click or drag to resize
PenLineJoin Enumeration
Describes the shape that joins two lines or segments.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum PenLineJoin
Members
  Member nameValueDescription
Miter0 Line joins use regular angular vertices.
Bevel1 Line joins use beveled vertices.
Round2 Line joins use rounded vertices.
See Also