DependencyObjectExtensions Class

Definition

An extension class for the Windows.UI.Xaml.DependencyObject type.

public static class DependencyObjectExtensions
type DependencyObjectExtensions = class
Public Module DependencyObjectExtensions
Inheritance
DependencyObjectExtensions

Methods

CreateColorAnimation(DependencyObject, String, Color, Nullable<Color>, Nullable<TimeSpan>, TimeSpan, EasingFunctionBase, Nullable<RepeatBehavior>, FillBehavior, Boolean)

Prepares a Windows.UI.Xaml.Media.Animation.ColorAnimation with the given info.

CreateDoubleAnimation(DependencyObject, String, Double, Nullable<Double>, Nullable<TimeSpan>, TimeSpan, EasingFunctionBase, Nullable<RepeatBehavior>, FillBehavior, Boolean, Boolean)

Prepares a Windows.UI.Xaml.Media.Animation.DoubleAnimation with the given info.

CreatePointAnimation(DependencyObject, String, Point, Nullable<Point>, Nullable<TimeSpan>, TimeSpan, EasingFunctionBase, Nullable<RepeatBehavior>, FillBehavior, Boolean, Boolean)

Prepares a Windows.UI.Xaml.Media.Animation.PointAnimation with the given info.

Applies to