GridLengthAnimation Class
A special animation used to animates the length of a Grid.
Namespace
MahApps.Metro.Controls
Base Types
  • AnimationTimeline
graph BT Type-->Base0["AnimationTimeline"] Type["GridLengthAnimation"] class Type type-node

Syntax

public class GridLengthAnimation : AnimationTimeline

Fields

Name Field Type Constant Value Summary
FromProperty DependencyProperty
static
ToProperty DependencyProperty
static

Properties

Name Property Type Summary
From GridLength
TargetPropertyType Type
To GridLength

Methods

Name Return Value Summary
CreateInstanceCore() Freezable
GetCurrentValue(object, object, AnimationClock) object

See Also

  • System.Windows.Media.Animation.AnimationTimeline