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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic 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