Enum LineTypes

Enum LineTypes

Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
Assembly: Aspose.Imaging.dll (25.2.0)

Flags to describe the type of line.

[Flags]
public enum LineTypes : byte

Fields

BehindFill = 16

The line must be rendered behind fill of shape.

Dashed = 4

Dashed line.

None = 1

Not used line

ScalePen = 32

The line width is scaled relative to size of shape.

Solid = 2

Solid line.