Telerik.Web.Mvc.UI.CssPropertyAnimationBuilder.CssPropertyAnimationBuilder C# (CSharp) Méthode

CssPropertyAnimationBuilder() public méthode

public CssPropertyAnimationBuilder ( PropertyAnimation effect ) : System.Collections.Generic
effect PropertyAnimation
Résultat System.Collections.Generic
        public CssPropertyAnimationBuilder(PropertyAnimation effect)
        {
            this.effect = effect;
        }