PaneThemeTransition
PaneThemeTransition
PaneThemeTransition
PaneThemeTransition
Class
Definition
Provides the animated transition behavior for a panel UI transition.
public : sealed class PaneThemeTransition : Transition, IPaneThemeTransitionpublic sealed class PaneThemeTransition : Transition, IPaneThemeTransitionPublic NotInheritable Class PaneThemeTransition Inherits Transition Implements IPaneThemeTransition// This API is not available in Javascript.
<PaneThemeTransition .../>
- Inheritance
-
PaneThemeTransitionPaneThemeTransitionPaneThemeTransitionPaneThemeTransition
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Remarks
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
PaneThemeTransition() PaneThemeTransition() PaneThemeTransition() PaneThemeTransition()
Initializes a new instance of the PaneThemeTransition class.
public : PaneThemeTransition()public PaneThemeTransition()Public Sub New()// This API is not available in Javascript.
- See Also
Properties
Edge Edge Edge Edge
Gets or sets the edge position to use for the transition.
public : EdgeTransitionLocation Edge { get; set; }public EdgeTransitionLocation Edge { get; set; }Public ReadWrite Property Edge As EdgeTransitionLocation// This API is not available in Javascript.
<PaneThemeTransition Edge="edgeTransitionLocationMemberName" .../>
A value of the enumeration. The default is Left.
- See Also
EdgeProperty EdgeProperty EdgeProperty EdgeProperty
Identifies the Edge dependency property.
public : static DependencyProperty EdgeProperty { get; }public static DependencyProperty EdgeProperty { get; }Public Static ReadOnly Property EdgeProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the Edge dependency property.
- See Also