PropertyEffect

PropertyEffect class

Represent property effect behavior.

PropertyEffect

NameDescription
PropertyEffect()

Returns: PropertyEffect


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.

Returns: String


getCalcMode

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

Returns: int


getFrom

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

Returns: String


getPoints

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

Returns: PointCollection


getTo

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

Returns: String


getValueType

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

Returns: int


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.

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.