public final class DashStyle
extends com.aspose.ms.System.Enum
Specifies the style of dashed lines drawn with a Pen
object.
Modifier and Type | Field and Description |
---|---|
static int |
Custom
Specifies a user-defined custom dash style.
|
static int |
Dash
Specifies a line consisting of dashes.
|
static int |
DashDot
Specifies a line consisting of a repeating pattern of dash-dot.
|
static int |
DashDotDot
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
static int |
Dot
Specifies a line consisting of dots.
|
static int |
Solid
Specifies a solid line.
|
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 Solid
Specifies a solid line.
public static final int Dash
Specifies a line consisting of dashes.
public static final int Dot
Specifies a line consisting of dots.
public static final int DashDot
Specifies a line consisting of a repeating pattern of dash-dot.
public static final int DashDotDot
Specifies a line consisting of a repeating pattern of dash-dot-dot.
public static final int Custom
Specifies a user-defined custom dash style.