Effect

Effect class

Representa el efecto de animación.

public class Effect : IEffect

Propiedades

NombreDescripción
Behaviors { get; set; }Devuelve una colección de comportamiento para efecto. Lectura/escrituraIBehaviorCollection .
PresetClassType { get; set; }Define clase de efecto. Lectura/escrituraEffectPresetClassType .
Sequence { get; }Devuelve una secuencia para un efecto. Solo lecturaISequence .
Subtype { get; set; }Define subtipo de efecto. Lectura/escrituraEffectSubtype .
TargetShape { get; }Devuelve la forma objetivo para el efecto. Solo lecturaIShape .
TextAnimation { get; }TextAnimation Solo lecturaITextAnimation .
Timing { get; set; }Define el valor de tiempo para el efecto. Lectura/escrituraITiming .
Type { get; set; }Define el tipo de efecto. Lectura/escrituraEffectType .

Ver también