CanvasStrokeStyle.DashCap 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
Syntaxpublic CanvasCapStyle DashCap { get; set; }
Property Value
Type:
CanvasCapStyle
See Also