DgnLineStyle

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

Line style

Enum Values

FieldDescription
SolidSolid line style
DottedDotted line style
MediumDashedMedium dashed
LongDashedLong dashed
DotDashedDot dashed
ShortDashedShort dashed
DashDoubleDotDash double dot
LongDashShortDashLong dash-short dash

Solid

public static final int Solid

Solid line style

Returns: int

Dotted

public static final int Dotted

Dotted line style

Returns: int

MediumDashed

public static final int MediumDashed

Medium dashed

Returns: int

LongDashed

public static final int LongDashed

Long dashed

Returns: int

DotDashed

public static final int DotDashed

Dot dashed

Returns: int

ShortDashed

public static final int ShortDashed

Short dashed

Returns: int

DashDoubleDot

public static final int DashDoubleDot

Dash double dot

Returns: int

LongDashShortDash

public static final int LongDashShortDash

Long dash-short dash

Returns: int