DashCap

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class DashCap extends System.Enum

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

Fields

FieldDescription
FlatSpecifies a square cap that squares off both ends of each dash.
RoundSpecifies a circular cap that rounds off both ends of each dash.
TriangleSpecifies a triangular cap that points both ends of each dash.

Flat

public static final int Flat

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

Round

public static final int Round

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

Triangle

public static final int Triangle

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