ICanvasContext.LineDashPattern

ICanvasContext.LineDashPattern property

Gets or sets the line dash pattern. Can be set to null or an empty array to be disabled.

public float[] LineDashPattern { get; set; }

See Also