PenLineCap Enumeration |
Namespace: Windows.UI.Xaml.Media
public enum PenLineCap
Member name | Value | Description | |
---|---|---|---|
Flat | 0 | A cap that does not extend past the last point of the line. Comparable to no line cap. | |
Square | 1 | A rectangle that has a height equal to the line thickness and a length equal to half the line thickness. | |
Round | 2 | A semicircle that has a diameter equal to the line thickness. |