Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 755 Bytes

shape_strokestartlinecap.md

File metadata and controls

28 lines (19 loc) · 755 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Shapes.Shape.StrokeStartLineCap
winrt property

Microsoft.UI.Xaml.Shapes.Shape.StrokeStartLineCap

-description

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

-xaml-syntax

<shape StrokeStartLineCap="penLineCapMemberName"/>

-property-value

A value of the PenLineCap enumeration that specifies the shape at the start of a Stroke. The default is Flat.

-remarks

-examples

-see-also