VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPen Class / DashPattern Property
Syntax Requirements SeeAlso
In This Topic
DashPattern Property (AnnotationPen)
In This Topic
Gets or sets an array of custom dashes and spaces.
Syntax
'Declaration

<DescriptionAttribute("An array of custom dashes and spaces.")>
Public Property DashPattern As Single[]

[Description("An array of custom dashes and spaces.")]
public float[] DashPattern { get; set; }

Property Value

An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also