Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 763 Bytes

compositionstrokecap.md

File metadata and controls

41 lines (22 loc) · 763 Bytes
-api-id -api-type
T:Windows.UI.Composition.CompositionStrokeCap
winrt enum

Windows.UI.Composition.CompositionStrokeCap

-description

Defines constants that specify the shape at the end of a line or segment.

-enum-fields

-field Triangle:3

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

-field Square:1

Half of a square that has a length equal to the line thickness.

-field Round:2

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

-field Flat:0

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

-remarks

-see-also

-examples