public final class EmfPlusLineStyle
extends com.aspose.ms.System.Enum
The LineStyle enumeration defines styles of lines that are drawn with graphics pens.
EmfPlusPen objects (section 2.2.1.7).
| Modifier and Type | Field and Description |
|---|---|
static int |
LineStyleCustom
Specifies a user-defined, custom dashed line.
|
static int |
LineStyleDash
Specifies a dashed line.
|
static int |
LineStyleDashDot
Specifies an alternating dash-dot line.
|
static int |
LineStyleDashDotDot
Specifies an alternating dash-dot-dot line.
|
static int |
LineStyleDot
Specifies a dotted line.
|
static int |
LineStyleSolid
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, toStringpublic static final int LineStyleSolid
Specifies a solid line.
public static final int LineStyleDash
Specifies a dashed line.
public static final int LineStyleDot
Specifies a dotted line.
public static final int LineStyleDashDot
Specifies an alternating dash-dot line.
public static final int LineStyleDashDotDot
Specifies an alternating dash-dot-dot line.
public static final int LineStyleCustom
Specifies a user-defined, custom dashed line.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.