PenLineCap Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes the shape at the end of a line or segment.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Enumeration PenLineCap
public enum PenLineCap
<object property="enumMemberName"/>
Members
| Member name | Description | |
|---|---|---|
| Flat | A cap that does not extend past the last point of the line. Comparable to no line cap. | |
| Square | A rectangle that has a height equal to the line thickness and a length equal to half the line thickness. | |
| Round | A semicircle that has a diameter equal to the line thickness. | |
| Triangle | An isosceles right triangle whose base length is equal to the thickness of the line. |
Remarks
The following illustration shows the available cap styles for lines or segments. The red portion of the line shows the extra area added by the line cap setting.
Line caps
.png)
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone