Telerik.Web.Mvc.UI.Effects.Effects C# (CSharp) 메소드

Effects() 공개 메소드

public Effects ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Effects()
        {
            container = new List<IEffect>();
            OpenDuration = (int)AnimationDuration.Fast;
            CloseDuration = (int)AnimationDuration.Fast;
        }
Effects