AnimationExtensions.Blur Method
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.
Overloads
Blur(AnimationSet, Double, Double, Double, EasingType, EasingMode) |
Animates the gaussian blur of the UIElement. |
Blur(FrameworkElement, Double, Double, Double, EasingType, EasingMode) |
Animates the gaussian blur of the UIElement. |
Blur(AnimationSet, Double, Double, Double, EasingType, EasingMode)
Animates the gaussian blur of the UIElement.
public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet Blur (this Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet animationSet, double value = 0, double duration = 500, double delay = 0, Microsoft.Toolkit.Uwp.UI.Animations.EasingType easingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Windows.UI.Xaml.Media.Animation.EasingMode easingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut);
static member Blur : Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet * double * double * double * Microsoft.Toolkit.Uwp.UI.Animations.EasingType * Windows.UI.Xaml.Media.Animation.EasingMode -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
<Extension()>
Public Function Blur (animationSet As AnimationSet, Optional value As Double = 0, Optional duration As Double = 500, Optional delay As Double = 0, Optional easingType As EasingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Optional easingMode As EasingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut) As AnimationSet
Parameters
- animationSet
- AnimationSet
The animation set.
- value
- Double
The blur amount.
- duration
- Double
The duration in milliseconds.
- delay
- Double
The delay. (ignored if duration == 0)
- easingType
- EasingType
The easing function
- easingMode
- Windows.UI.Xaml.Media.Animation.EasingMode
The easing mode
Returns
An Animation Set.
See also
Applies to
Blur(FrameworkElement, Double, Double, Double, EasingType, EasingMode)
Animates the gaussian blur of the UIElement.
public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet Blur (this Windows.UI.Xaml.FrameworkElement associatedObject, double value = 0, double duration = 500, double delay = 0, Microsoft.Toolkit.Uwp.UI.Animations.EasingType easingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Windows.UI.Xaml.Media.Animation.EasingMode easingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut);
static member Blur : Windows.UI.Xaml.FrameworkElement * double * double * double * Microsoft.Toolkit.Uwp.UI.Animations.EasingType * Windows.UI.Xaml.Media.Animation.EasingMode -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
<Extension()>
Public Function Blur (associatedObject As FrameworkElement, Optional value As Double = 0, Optional duration As Double = 500, Optional delay As Double = 0, Optional easingType As EasingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Optional easingMode As EasingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut) As AnimationSet
Parameters
- associatedObject
- Windows.UI.Xaml.FrameworkElement
The associated object.
- value
- Double
The blur amount.
- duration
- Double
The duration in milliseconds.
- delay
- Double
The delay. (ignored if duration == 0)
- easingType
- EasingType
The easing function
- easingMode
- Windows.UI.Xaml.Media.Animation.EasingMode
The easing mode
Returns
An Animation Set.