C# Class MahApps.Metro.Controls.GridLengthAnimation

A special animation used to animates the length of a Grid.
Inheritance: System.Windows.Media.Animation.AnimationTimeline
Show file Open project: MahApps/MahApps.Metro

Public Properties

Property Type Description
FromProperty System.Windows.DependencyProperty
ToProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

GetCurrentValue() public method

public GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object
defaultOriginValue object
defaultDestinationValue object
animationClock System.Windows.Media.Animation.AnimationClock
return object

Property Details

FromProperty public static property

public static DependencyProperty,System.Windows FromProperty
return System.Windows.DependencyProperty

ToProperty public static property

public static DependencyProperty,System.Windows ToProperty
return System.Windows.DependencyProperty