C# Class Canguro.Commands.View.Animation

View Command to animate the Model with results
Inheritance: Canguro.Commands.ViewCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance Animation

Public Methods

Method Description
Run ( Canguro activeView ) : void

Executes the command. Toggles activeView.IsAnimated.

Private Methods

Method Description
Animation ( ) : System

Method Details

Run() public method

Executes the command. Toggles activeView.IsAnimated.
public Run ( Canguro activeView ) : void
activeView Canguro The current Active View object
return void

Property Details

Instance public_oe static_oe property

public static Animation,Canguro.Commands.View Instance
return Animation