java.lang.Object
com.aspose.diagram.GradientFill
public class GradientFill
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getGradientAngle() | |
void | setGradientAngle(DoubleValue) | |
| Specifies the orientation of the fill color gradient | ||
IntValue | getGradientDir() | |
void | setGradientDir(IntValue) | |
| Specifies the type of the fill color gradient | ||
BoolValue | getGradientEnabled() | |
void | setGradientEnabled(BoolValue) | |
| Specifies whether the fill color gradient is visible. | ||
GradientStopCollection | getGradientStops() | |
| Represents the gradient stop collection. | ||
| Property Getters/Setters Detail |
|---|
getGradientStops | |
public GradientStopCollection getGradientStops() | |
getGradientDir/setGradientDir | |
public IntValue getGradientDir() / public void setGradientDir(IntValue value) | |
getGradientAngle/setGradientAngle | |
public DoubleValue getGradientAngle() / public void setGradientAngle(DoubleValue value) | |
getGradientEnabled/setGradientEnabled | |
public BoolValue getGradientEnabled() / public void setGradientEnabled(BoolValue value) | |