PenLineCap
PenLineCap
PenLineCap
PenLineCap
Enum
Definition
Describes the shape at the end of a line or segment.
public : enum class PenLineCappublic enum PenLineCapPublic Enum PenLineCap// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Flat Flat Flat Flat | A cap that does not extend past the last point of the line. Comparable to no line cap. |
| Round Round Round Round | A semicircle that has a diameter equal to the line thickness. |
| Square Square Square Square | A rectangle that has a height equal to the line thickness and a length equal to half the line thickness. |
| Triangle Triangle Triangle Triangle | An isosceles right triangle whose base length is equal to the thickness of the line. |