DashStyle

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

public final class DashStyle extends System.Enum

指定使用 Pen 对象绘制的虚线样式。

字段

字段描述
Solid指定实线。
Dash指定由破折号组成的线。
Dot指定由点组成的线。
DashDot指定由破折号-点重复模式组成的线。
DashDotDot指定由破折号-点-点重复模式组成的线。
Custom指定用户定义的自定义虚线样式。

Solid

public static final int Solid

指定实线。

Dash

public static final int Dash

指定由破折号组成的线。

Dot

public static final int Dot

指定由点组成的线。

DashDot

public static final int DashDot

指定由破折号-点重复模式组成的线。

DashDotDot

public static final int DashDotDot

指定由破折号-点-点重复模式组成的线。

Custom

public static final int Custom

指定用户定义的自定义虚线样式。