public class ShadowEffect
Property Getters/Setters Summary | ||
---|---|---|
double | getAngle() | |
void | setAngle(doublevalue) | |
Gets and sets the lighting angle. Range from 0 to 359.9 degrees. | ||
double | getBlur() | |
void | setBlur(doublevalue) | |
Gets and sets the blur of the shadow. Range from 0 to 100 points. | ||
CellsColor | getColor() | |
void | setColor(CellsColor value) | |
Gets and sets the color of the shadow. | ||
double | getDistance() | |
void | setDistance(doublevalue) | |
Gets and sets the distance of the shadow. Range from 0 to 200 points. | ||
int | getPresetType() | |
void | setPresetType(intvalue) | |
Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant. | ||
double | getSize() | |
void | setSize(doublevalue) | |
Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow. | ||
double | getTransparency() | |
void | setTransparency(doublevalue) | |
Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear). |
public int getPresetType() / public void setPresetType(int value)
public CellsColor getColor() / public void setColor(CellsColor value)
public double getTransparency() / public void setTransparency(double value)
public double getSize() / public void setSize(double value)
public double getBlur() / public void setBlur(double value)
public double getAngle() / public void setAngle(double value)
public double getDistance() / public void setDistance(double value)