Ejemplo n.º 1
0
 /// <summary>Static getter for Enable Animation</summary>
 public static bool GetAnimationEnable(IAbstractSectionEffects that)
 {
     return(that.GetPropertyValue <bool>("animationEnable"));
 }
Ejemplo n.º 2
0
 /// <summary>Static getter for Animation Direction</summary>
 public static object GetAnimationDirection(IAbstractSectionEffects that)
 {
     return(that.GetPropertyValue("animationDirection"));
 }