CanvasStrokeStyle Constructor |
Namespace: Microsoft.Graphics.Canvas.Geometry
public CanvasStrokeStyle()
A new stroke style is constructed with the following defaults:
CanvasStrokeStyle defaultStyle = new CanvasStrokeStyle() { StartCap = CanvasCapStyle.Flat, EndCap = CanvasCapStyle.Flat, MiterLimit = 10, DashStyle = CanvasDashStyle.Solid, DashCap = CanvasCapStyle.Square, DashOffset = 0, CustomDashStyle = new float[] { }, TransformBehavior = CanvasStrokeTransformBehavior.Normal };