Click or drag to resize
CanvasStrokeStyleDashStyle Property
Gets or sets the stroke's dash pattern. This is ignored if CustomDashStyle has been set.

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

Property Value

Type: CanvasDashStyle
See Also