EmfPlusDashedLineCapType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusDashedLineCapType extends System.Enum
The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens.
Fields
| Field | Description |
|---|---|
| DashedLineCapTypeFlat | Specifies a flat dashed line cap. |
| DashedLineCapTypeRound | Specifies a round dashed line cap. |
| DashedLineCapTypeTriangle | Specifies a triangular dashed line cap. |
DashedLineCapTypeFlat
public static final int DashedLineCapTypeFlat
Specifies a flat dashed line cap.
DashedLineCapTypeRound
public static final int DashedLineCapTypeRound
Specifies a round dashed line cap.
DashedLineCapTypeTriangle
public static final int DashedLineCapTypeTriangle
Specifies a triangular dashed line cap.