Click or drag to resize
ShapeStrokeStartLineCap Property
Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke. The default is Flat.

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

Property Value

Type: PenLineCap
See Also