C# Class SilverlightMappingToolBasic.UI.Extensions.MarginAnimation

Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
TimerTick void

Public Methods

Method Description
MarginAnimation ( System.Windows.Thickness from, System.Windows.Thickness to, double sec, FrameworkElement control ) : System
Start ( bool isForward = true ) : void

Private Methods

Method Description
TimerTick ( object sender, EventArgs eventArgs ) : void

Method Details

MarginAnimation() public method

public MarginAnimation ( System.Windows.Thickness from, System.Windows.Thickness to, double sec, FrameworkElement control ) : System
from System.Windows.Thickness
to System.Windows.Thickness
sec double
control System.Windows.FrameworkElement
return System

Start() public method

public Start ( bool isForward = true ) : void
isForward bool
return void