Click or drag to resize
ShapeStrokeEndLineCap Property
Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line. The default is Flat.

Namespace: Windows.UI.Xaml.Shapes
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public PenLineCap StrokeEndLineCap { get; set; }

Property Value

Type: PenLineCap
See Also