GradientDirection

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

public final class GradientDirection extends System.Enum

Represents the gradient style.

Fields

FieldDescription
NotDefinedNot defined
FromCorner1From Top Left Corner
FromCorner2From Top Right Corner
FromCorner3From Bottom Left Corner
FromCorner4From Bottom Right Corner
FromCenterFrom Center

NotDefined

public static final int NotDefined

Not defined

FromCorner1

public static final int FromCorner1

From Top Left Corner

FromCorner2

public static final int FromCorner2

From Top Right Corner

FromCorner3

public static final int FromCorner3

From Bottom Left Corner

FromCorner4

public static final int FromCorner4

From Bottom Right Corner

FromCenter

public static final int FromCenter

From Center