PropertyEffect

PropertyEffect class

Represent property effect behavior.

PropertyEffect

NameDescription
PropertyEffect()

Result: PropertyEffect


getAccumulate

NameDescription
getAccumulate()Represents whether animation behaviors are accumulated. Read/write NullableBool.

Result: byte


getAdditive

NameDescription
getAdditive()Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

Result: int


getBy

NameDescription
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

NameDescription
getCalcMode()Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.

Result: int


getFrom

NameDescription
getFrom()Specifies the starting value of the animation. Read/write String.

Result: String


getParent_Immediate

NameDescription
getParent_Immediate()

getPoints

NameDescription
getPoints()Specifies the points of the animation. Read/write IPointCollection.

Result: PointCollection


getProperties

NameDescription
getProperties()Represents properties of behavior. Read-only IBehaviorPropertyCollection.

Result: BehaviorPropertyCollection


getTiming

NameDescription
getTiming()Represents timing properties for the effect behavior. Read/write ITiming.

Result: Timing


getTo

NameDescription
getTo()Specifies the ending value for the animation. Read/write String.

Result: String


getValueType

NameDescription
getValueType()Specifies the type of a property value. Read/write PropertyValueType.

Result: int


setAccumulate

NameDescription
setAccumulate(byte)Represents whether animation behaviors are accumulated. Read/write NullableBool.

setAdditive

NameDescription
setAdditive(int)Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

setBy

NameDescription
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

NameDescription
setCalcMode(int)Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.

setFrom

NameDescription
setFrom(String)Specifies the starting value of the animation. Read/write String.

setPoints

NameDescription
setPoints(PointCollection)Specifies the points of the animation. Read/write IPointCollection.

setTiming

NameDescription
setTiming(Timing)Represents timing properties for the effect behavior. Read/write ITiming.

setTo

NameDescription
setTo(String)Specifies the ending value for the animation. Read/write String.

setValueType

NameDescription
setValueType(int)Specifies the type of a property value. Read/write PropertyValueType.