Click or drag to resize
CanvasStrokeStyleStartCap Property
Gets or sets the type of shape used at the beginning of a stroke. Defaults to Flat.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasCapStyle StartCap { get; set; }

Property Value

Type: CanvasCapStyle
See Also