PropertyEffect
PropertyEffect class
Represent property effect behavior.
PropertyEffect
| Name | Description |
|---|
| PropertyEffect() | |
Result:
PropertyEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
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. |
Result:
String
getCalcMode
| Name | Description |
|---|
| getCalcMode() | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
Result:
int
getFrom
| Name | Description |
|---|
| getFrom() | Specifies the starting value of the animation. Read/write String. |
Result:
String
| Name | Description |
|---|
| getParent_Immediate() | |
getPoints
| Name | Description |
|---|
| getPoints() | Specifies the points of the animation. Read/write IPointCollection. |
Result:
PointCollection
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getTiming
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getTo
| Name | Description |
|---|
| getTo() | Specifies the ending value for the animation. Read/write String. |
Result:
String
getValueType
| Name | Description |
|---|
| getValueType() | Specifies the type of a property value. Read/write PropertyValueType. |
Result:
int
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
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. |
setCalcMode
| Name | Description |
|---|
| setCalcMode(int) | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
setFrom
| Name | Description |
|---|
| setFrom(String) | Specifies the starting value of the animation. Read/write String. |
setPoints
| Name | Description |
|---|
| setPoints(PointCollection) | Specifies the points of the animation. Read/write IPointCollection. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setTo
| Name | Description |
|---|
| setTo(String) | Specifies the ending value for the animation. Read/write String. |
setValueType
| Name | Description |
|---|
| setValueType(int) | Specifies the type of a property value. Read/write PropertyValueType. |