Show / Hide Table of Contents

Enum PenLineCap

Describes the shape at the end of a line or segment.

Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum PenLineCap

Fields

Name Description
Flat

A cap that does not extend past the last point of the line. Comparable to no line cap.

Round

A semicircle that has a diameter equal to the line thickness.

Square

A rectangle that has a height equal to the line thickness and a length equal to half the line thickness.

Triangle

Triangle - Triangle line cap.

  • Improve this Doc
  • View Source