EdgeUIThemeTransition
EdgeUIThemeTransition
EdgeUIThemeTransition
EdgeUIThemeTransition
Class
Definition
Provides the animated transition behavior for an edge UI transition.
public : sealed class EdgeUIThemeTransition : Transition, IEdgeUIThemeTransition
struct winrt::Windows::UI::Xaml::Media::Animation::EdgeUIThemeTransition : Transition, IEdgeUIThemeTransition
public sealed class EdgeUIThemeTransition : Transition, IEdgeUIThemeTransition
Public NotInheritable Class EdgeUIThemeTransition Inherits Transition Implements IEdgeUIThemeTransition
<EdgeUIThemeTransition .../>
- Inheritance
-
EdgeUIThemeTransitionEdgeUIThemeTransitionEdgeUIThemeTransitionEdgeUIThemeTransition
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
We recommend that you include edge UI by adding an AppBar via the BottomAppBar and TopAppBar properties, which will automatically apply all appropriate transitions and interaction behavior for you.
PaneThemeTransition versus EdgeUIThemeTransition
- Use edge UI animations (EdgeUIThemeTransition ) to show or hide a custom message or error bar that does not extend far into the screen.
- Use panel animations (PaneThemeTransition ) to show UI that slides a significant distance into the screen, such as a task pane or a custom soft keyboard.
Constructors
EdgeUIThemeTransition() EdgeUIThemeTransition() EdgeUIThemeTransition() EdgeUIThemeTransition() |
Initializes a new instance of the EdgeUIThemeTransition class. |
Properties
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
Edge Edge Edge Edge |
Gets or sets the edge position to use for the transition. |
EdgeProperty EdgeProperty EdgeProperty EdgeProperty |
Identifies the Edge dependency property. |