Namespace: PP.Ui.
DropShadow
The DropShadow class is used to work with speedometer visualizer shadow.
PP.initClass(PP.Ui.DropShadow, PP.Object, "PP.Ui.DropShadow");
Constructor name | Brief description | |
DropShadow | The DropShadow constructor creates an instance of the DropShadow class. |
Property name | Brief description | |
Background | The Background property specifies brush for speedometer visualizer shadow fill. | |
Offset | The Offset property determines shadow offset from speedometer visualizer. |
Method name | Brief description | |
getShadowElement | The getShadowElement method returns the SVG element that corresponds to speedometer visualizer shadow. | |
render | The render method creates an SVG element that corresponds to speedometer visualizer shadow. | |
setAttr | The setAttr method sets specified attributes for the SVG element that corresponds to speedometer visualizer shadow. |
Property name | Brief description | |
Data | The Data property associates a random object with this component. | |
Id | The Id property sets component identifier. | |
Settings | The Settings property sets the component parameters. |
Method name | Brief description | |
clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
dispose | The dispose method deletes the component. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: