CanvasStrokeStyleDashCap Property |
Gets or sets how the ends of each dash are drawn. Defaults to Square.
If this is set to Flat, dots will have zero size so only dashes are visible.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public CanvasCapStyle DashCap { get; set; }
Property Value
Type:
CanvasCapStyleSee Also