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
Field | Description |
---|---|
NotDefined | Not defined |
FromCorner1 | From Top Left Corner |
FromCorner2 | From Top Right Corner |
FromCorner3 | From Bottom Left Corner |
FromCorner4 | From Bottom Right Corner |
FromCenter | From 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