DependencyObjectExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |