Click or drag to resize

AtalaPenCustomDashPattern Property

Gets or sets an array of int's indicating the dash pattern when the LineStyle is set to Custom.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int[] CustomDashPattern { get; set; }

Property Value

Type: Int32
An array of int's indicating the dash pattern when the LineStyle is set to Custom.
See Also