GradientShape
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class GradientShape extends System.Enum
Represents the shape of gradient fill.
Fields
Field | Description |
---|---|
NotDefined | |
Linear | |
Rectangle | |
Radial | |
Path |
NotDefined
public static final byte NotDefined
Linear
public static final byte Linear
Rectangle
public static final byte Rectangle
Radial
public static final byte Radial
Path
public static final byte Path