PdfLineStyleDashStyle Property

The predefined dash pattern of the line. Ignored when CustomDashPattern is set to a non-null, non-empty array

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfLineDashStyle DashStyle { get; set; }

Property Value

PdfLineDashStyle

See Also