Property Getters/Setters Summary | ||
---|---|---|
function | getBlur() | |
function | setBlur(value) | |
Gets and sets the blur radius,in unit of points. | ||
function | getDirection() | |
function | setDirection(value) | |
Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | ||
function | getDistance() | |
function | setDistance(value) | |
Gets and sets how far to distance the shadow,in unit of points. | ||
function | getFadeDirection() | |
function | setFadeDirection(value) | |
Gets and sets the direction to offset the reflection. | ||
function | getRotWithShape() | |
function | setRotWithShape(value) | |
Gets and sets if the reflection should rotate with the shape. | ||
function | getSize() | |
function | setSize(value) | |
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage | ||
function | getTransparency() | |
function | setTransparency(value) | |
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). | ||
function | getType() | |
function | setType(value) | |
Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant. |
function getType() / function setType(value)
function getTransparency() / function setTransparency(value)
function getSize() / function setSize(value)
function getBlur() / function setBlur(value)
function getDirection() / function setDirection(value)
function getDistance() / function setDistance(value)
function getFadeDirection() / function setFadeDirection(value)
function getRotWithShape() / function setRotWithShape(value)