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; }
Public Property CustomDashPattern As Integer()
Get
Set
Property Value
Type:
Int32 An array of int's indicating the dash pattern when the LineStyle is set to Custom.
See Also