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