Click or drag to resize
PenLineCap Enumeration
Describes the shape at the end of a line or segment.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum PenLineCap
Members
  Member nameValueDescription
Flat0 A cap that does not extend past the last point of the line. Comparable to no line cap.
Square1 A rectangle that has a height equal to the line thickness and a length equal to half the line thickness.
Round2 A semicircle that has a diameter equal to the line thickness.
See Also