예제 #1
0
 public AnimationPage()
 {
     this._controlStoryboard       = new ControlStoryboardControl();
     this._fluidMoveControl        = new FluidMoveControl();
     this._fluidMoveSetTagControl  = new FluidMoveSetTagControl();
     this._mouseDragElementControl = new MouseDragElementControl();
     this._touchBehaviorControl    = new TouchBehaviorControl();
     InitializeComponent();
 }
예제 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            _datatrigger        = new DataTriggerControl();
            _eventtrigger       = new EventTriggerControl();
            _incrementaltrigger = new IncrementalUpdateControl();

            _callmethodaction        = new CallMethodControl();
            _gotostateaction         = new GoToStateControl();
            _changepropertyaction    = new ChangePropertyControl();
            _controlstoryboardaction = new ControlStoryboardControl();
            _playsoundaction         = new PlaySoundControl();
            _navigatetopageaction    = new NavigateToPageControl();
            _invokecommandaction     = new InvokeCommandControl();

            _custombehavioraction = new CustomBehaviorControl();
            _customactionaction   = new CustomActionControl();
        }
예제 #3
0
        public MainPage()
        {
            this.InitializeComponent();

            _datatrigger = new DataTriggerControl();
            _eventtrigger = new EventTriggerControl();
            _incrementaltrigger = new IncrementalUpdateControl();

            _callmethodaction = new CallMethodControl();
            _gotostateaction = new GoToStateControl();
            _changepropertyaction = new ChangePropertyControl();
            _controlstoryboardaction = new ControlStoryboardControl();
            _playsoundaction = new PlaySoundControl();
            _navigatetopageaction = new NavigateToPageControl();
            _invokecommandaction = new InvokeCommandControl();

            _custombehavioraction = new CustomBehaviorControl();
            _customactionaction = new CustomActionControl();
        }