public final class GradientTypes
extends com.aspose.ms.System.Enum
Gradient fill types
Modifier and Type | Field and Description |
---|---|
static int |
Conical
Conical fountain fill.
|
static int |
Elliptical
Elliptical fountain fill.
|
static int |
Linear
Linear fountain fill.
|
static int |
Rectangular
Rectangular fountain fill.
|
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 Linear
Linear fountain fill. Apply a fill that gradually changes color along a linear path.
public static final int Elliptical
Elliptical fountain fill. Apply a fill that gradually changes color in concrete ellipses from the center outwards.
public static final int Conical
Conical fountain fill. Apply a fill that gradually changes color in a conical shape.
public static final int Rectangular
Rectangular fountain fill. Apply a fill that gradually changes color in concrete rectangles from the center outwards.