public final class WmfHatchStyle
extends com.aspose.ms.System.Enum
The HatchStyle Enumeration specifies the hatch pattern.
Modifier and Type | Field and Description |
---|---|
static short |
Bdiagonal
A 45-degree upward, left-to-right hatch.
|
static short |
Cross
A horizontal and vertical cross-hatch.
|
static short |
Diagcross
The A 45-degree crosshatch.
|
static short |
Fdiagonal
A 45-degree downward, left-to-right hatch.
|
static short |
Horizontal
A horizontal hatch
|
static short |
Vertical
A vertical hatch.
|
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 short Horizontal
A horizontal hatch
public static final short Vertical
A vertical hatch.
public static final short Fdiagonal
A 45-degree downward, left-to-right hatch.
public static final short Bdiagonal
A 45-degree upward, left-to-right hatch.
public static final short Cross
A horizontal and vertical cross-hatch.
public static final short Diagcross
The A 45-degree crosshatch.