Property | Type | Description | |
---|---|---|---|
AttachedFadeStoryboardProperty |
Method | Description | |
---|---|---|
CleanUpPreviousFadeStoryboard ( this element ) : void |
Cleans up previous fade storyboard.
|
|
FadeInAsync ( this element, System.TimeSpan duration = null ) : System.Threading.Tasks.Task |
Fades the element in using the FadeInThemeAnimation. Opacity property of the element is not affected. |
|
FadeInCustomAsync ( this element, System.TimeSpan duration = null, |
Fades the element in using a custom DoubleAnimation of the Opacity property.
|
|
FadeOutAsync ( this element, System.TimeSpan duration = null ) : System.Threading.Tasks.Task |
Fades the element out using the FadeOutThemeAnimation. Opacity property of the element is not affected. |
|
FadeOutCustomAsync ( this element, System.TimeSpan duration = null, |
Fades the element out using a custom DoubleAnimation of the Opacity property.
|
Method | Description | |
---|---|---|
GetAttachedFadeStoryboard ( |
Gets the AttachedFadeStoryboard property. This dependency property indicates the currently running custom fade in/out storyboard.
|
|
OnAttachedFadeStoryboardChanged ( |
Handles changes to the AttachedFadeStoryboard property.
|
|
SetAttachedFadeStoryboard ( |
Sets the AttachedFadeStoryboard property. This dependency property indicates the currently running custom fade in/out storyboard.
|
public static CleanUpPreviousFadeStoryboard ( this element ) : void | ||
element | this | The element. |
return | void |
public static FadeInAsync ( this element, System.TimeSpan duration = null ) : System.Threading.Tasks.Task | ||
element | this | |
duration | System.TimeSpan | |
return | System.Threading.Tasks.Task |
public static FadeInCustomAsync ( this element, System.TimeSpan duration = null, |
||
element | this | The element to fade in. |
duration | System.TimeSpan | The duration of the animation. |
easingFunction | The easing function. | |
targetOpacity | double | The target opacity. |
return | System.Threading.Tasks.Task |
public static FadeOutAsync ( this element, System.TimeSpan duration = null ) : System.Threading.Tasks.Task | ||
element | this | |
duration | System.TimeSpan | |
return | System.Threading.Tasks.Task |
public static FadeOutCustomAsync ( this element, System.TimeSpan duration = null, |
||
element | this | |
duration | System.TimeSpan | |
easingFunction | ||
return | System.Threading.Tasks.Task |