ICombAnimationParameters Members
Provides access to parameters that specify the transition that changes one screen to another with the comb effect.Properties
| Name | Description |
|---|---|
| FrameCount | Gets or sets the frame count in the transition. Inherited from IAnimationParameters. |
| FrameInterval | Gets or sets the time interval between frames in the associated transition. Inherited from IAnimationParameters. |
| Inward | Gets or sets whether the animation goes towards the inside coming in from the outside. |
| StripeCount | Gets or sets the number of stripes in the transition. |
| Vertical | Gets or sets whether the transition goes vertically. |
Methods
| Name | Description |
|---|---|
| Combine(IAnimationParameters) | Assigns the specified object’s values to the corresponding values that are not set in this object. Inherited from IAnimationParameters. |
See Also