Enum DashCap

Enum DashCap

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.7.0)

Specifies the type of graphic shape to use on both ends of each dash in a dashed line.

public enum DashCap
   {
      Flat,
      Square,
      Round,
      Triangle,
      Diamond,
      Custom
   }

Fields

Flat = 0

Specifies a square cap that squares off both ends of each dash.

Round = 2

Specifies a circular cap that rounds off both ends of each dash.

Triangle = 3

Specifies a triangular cap that points both ends of each dash.

 English