コード例 #1
0
        protected NotificationDisplayPart()
        {
            Animator = new NotificationAnimator(this, TimeSpan.FromMilliseconds(300), TimeSpan.FromMilliseconds(300));

            Margin = new Thickness(1);
            Animator.Setup();
            MinHeight = 60;

            Loaded += OnLoaded;
        }