Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 787 Bytes

File metadata and controls

39 lines (26 loc) · 787 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Media.PenLineCap
winrt enum

PenLineCap

-description

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

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Flat:0

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

-field Square:1

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

-field Round:2

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

-field Triangle:3

An isosceles right triangle whose base length is equal to the thickness of the line.

-remarks

-examples

-see-also