Click or drag to resize
CanvasStrokeStyleEndCap Property
Gets or sets the type of shape used at the end 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 EndCap { get; set; }

Property Value

Type: CanvasCapStyle
See Also