public final class DashCap
extends com.aspose.ms.System.Enum
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Modifier and Type | Field and Description |
---|---|
static int |
Flat
Specifies a square cap that squares off both ends of each dash.
|
static int |
Round
Specifies a circular cap that rounds off both ends of each dash.
|
static int |
Triangle
Specifies a triangular cap that points both ends of each dash.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Flat
Specifies a square cap that squares off both ends of each dash.
public static final int Round
Specifies a circular cap that rounds off both ends of each dash.
public static final int Triangle
Specifies a triangular cap that points both ends of each dash.