PropertyEffect
PropertyEffect class
Represent property effect behavior.
PropertyEffect
| Name | Description |
|---|---|
| PropertyEffect() |
Returns: PropertyEffect
getBy
| Name | Description |
|---|---|
| getBy () | Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String. |
Returns: String
getCalcMode
| Name | Description |
|---|---|
| getCalcMode () | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
Returns: int
getFrom
| Name | Description |
|---|---|
| getFrom () | Specifies the starting value of the animation. Read/write String. |
Returns: String
getPoints
| Name | Description |
|---|---|
| getPoints () | Specifies the points of the animation. Read/write IPointCollection. |
Returns: PointCollection
getTo
| Name | Description |
|---|---|
| getTo () | Specifies the ending value for the animation. Read/write String. |
Returns: String
getValueType
| Name | Description |
|---|---|
| getValueType () | Specifies the type of a property value. Read/write PropertyValueType. |
Returns: int
setBy
| Name | Description |
|---|---|
| setBy (String) | Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String. |
Returns: void
setCalcMode
| Name | Description |
|---|---|
| setCalcMode (int) | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
Returns: void
setFrom
| Name | Description |
|---|---|
| setFrom (String) | Specifies the starting value of the animation. Read/write String. |
Returns: void
setPoints
| Name | Description |
|---|---|
| setPoints (PointCollection) | Specifies the points of the animation. Read/write IPointCollection. |
Returns: void
setTo
| Name | Description |
|---|---|
| setTo (String) | Specifies the ending value for the animation. Read/write String. |
Returns: void
setValueType
| Name | Description |
|---|---|
| setValueType (int) | Specifies the type of a property value. Read/write PropertyValueType. |
Returns: void