Enum LineTypes

Enum LineTypes

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

Flags to describe the type of line.

[Flags]
   public enum LineTypes : byte
   {
      Solid = 1,
      Dash = 2,
      Dot = 4,
      DashDot = 8,
      DashDotDot = 16
   }

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.

 English