public final class EmfGradientFill
extends com.aspose.ms.System.Enum
The GradientFill enumeration defines the modes for gradient fill operations.
Modifier and Type | Field and Description |
---|---|
static int |
GRADIENT_FILL_RECT_H
A mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle
|
static int |
GRADIENT_FILL_RECT_V
A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle.
|
static int |
GRADIENT_FILL_TRIANGLE
A mode in which color interpolation is performed between vertexes of a triangleS
|
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 GRADIENT_FILL_RECT_H
A mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle
public static final int GRADIENT_FILL_RECT_V
A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle.
public static final int GRADIENT_FILL_TRIANGLE
A mode in which color interpolation is performed between vertexes of a triangleS