public final class GradientDirection
extends com.aspose.ms.System.Enum
Represents the gradient style.
Modifier and Type | Field and Description |
---|---|
static int |
FromCenter
From Center
|
static int |
FromCorner1
From Top Left Corner
|
static int |
FromCorner2
From Top Right Corner
|
static int |
FromCorner3
From Bottom Left Corner
|
static int |
FromCorner4
From Bottom Right Corner
|
static int |
NotDefined
Not defined
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Not defined
public static final int FromCorner1
From Top Left Corner
public static final int FromCorner2
From Top Right Corner
public static final int FromCorner3
From Bottom Left Corner
public static final int FromCorner4
From Bottom Right Corner
public static final int FromCenter
From Center