PdfLineStyleCustomDashPattern Property

A custom dash pattern expressed as alternating on/off segment lengths in points. When non-null and non-empty it takes precedence over DashStyle. A null or empty value selects the dash pattern from DashStyle

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public float[] CustomDashPattern { get; set; }

Property Value

Single

See Also