Enum EmfPlusLineStyle

Enum EmfPlusLineStyle

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.4.0)

The LineStyle enumeration defines styles of lines that are drawn with graphics pens.

public enum EmfPlusLineStyle

Fields

LineStyleCustom = 5

Specifies a user-defined, custom dashed line.

LineStyleDash = 1

Specifies a dashed line.

LineStyleDashDot = 3

Specifies an alternating dash-dot line.

LineStyleDashDotDot = 4

Specifies an alternating dash-dot-dot line.

LineStyleDot = 2

Specifies a dotted line.

LineStyleSolid = 0

Specifies a solid line.

Remarks

Graphics lines are specified by Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPen objects (section 2.2.1.7).