ContinuumNavigationTransitionInfo
ContinuumNavigationTransitionInfo
ContinuumNavigationTransitionInfo
ContinuumNavigationTransitionInfo
Class
Definition
Specifies the object that will fly between pages to provide context during a continuum transition.
public : sealed class ContinuumNavigationTransitionInfo : NavigationTransitionInfo, IContinuumNavigationTransitionInfopublic sealed class ContinuumNavigationTransitionInfo : NavigationTransitionInfo, IContinuumNavigationTransitionInfoPublic NotInheritable Class ContinuumNavigationTransitionInfo Inherits NavigationTransitionInfo Implements IContinuumNavigationTransitionInfo// This API is not available in Javascript.
<NavigationThemeTransition>
<ContinuumNavigationTransitionInfo ... />
</NavigationThemeTransition>
- Inheritance
-
ContinuumNavigationTransitionInfoContinuumNavigationTransitionInfoContinuumNavigationTransitionInfoContinuumNavigationTransitionInfo
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Constructors
ContinuumNavigationTransitionInfo() ContinuumNavigationTransitionInfo() ContinuumNavigationTransitionInfo() ContinuumNavigationTransitionInfo()
Initializes a new instance of the ContinuumNavigationTransitionInfo class.
public : ContinuumNavigationTransitionInfo()public ContinuumNavigationTransitionInfo()Public Sub New()// This API is not available in Javascript.
Properties
ExitElement ExitElement ExitElement ExitElement
Gets or sets the element that will fly between pages during a continuum navigation transition.
public : UIElement ExitElement { get; set; }public UIElement ExitElement { get; set; }Public ReadWrite Property ExitElement As UIElement// This API is not available in Javascript.
The element that will fly between pages during a continuum navigation transition.
- See Also
ExitElementContainerProperty ExitElementContainerProperty ExitElementContainerProperty ExitElementContainerProperty
Identifies the ContinuumNavigationTransitionInfo.ExitElementContainer attached property.
public : static DependencyProperty ExitElementContainerProperty { get; }public static DependencyProperty ExitElementContainerProperty { get; }Public Static ReadOnly Property ExitElementContainerProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the ContinuumNavigationTransitionInfo.ExitElementContainer attached property.
ExitElementProperty ExitElementProperty ExitElementProperty ExitElementProperty
Identifies the ExitElement dependency property.
public : static DependencyProperty ExitElementProperty { get; }public static DependencyProperty ExitElementProperty { get; }Public Static ReadOnly Property ExitElementProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the ExitElement dependency property.
IsEntranceElementProperty IsEntranceElementProperty IsEntranceElementProperty IsEntranceElementProperty
Identifies the ContinuumNavigationTransitionInfo.IsEntranceElement attached property.
public : static DependencyProperty IsEntranceElementProperty { get; }public static DependencyProperty IsEntranceElementProperty { get; }Public Static ReadOnly Property IsEntranceElementProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the ContinuumNavigationTransitionInfo.IsEntranceElement attached property.
IsExitElementProperty IsExitElementProperty IsExitElementProperty IsExitElementProperty
Identifies the ContinuumNavigationTransitionInfo.IsExitElement attached property.
public : static DependencyProperty IsExitElementProperty { get; }public static DependencyProperty IsExitElementProperty { get; }Public Static ReadOnly Property IsExitElementProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the ContinuumNavigationTransitionInfo.IsExitElement attached property.
Methods
GetExitElementContainer(ListViewBase) GetExitElementContainer(ListViewBase) GetExitElementContainer(ListViewBase) GetExitElementContainer(ListViewBase)
Returns a Boolean value indicating if the specified element is the ExitElement container.
public : static PlatForm::Boolean GetExitElementContainer(ListViewBase element)public static bool GetExitElementContainer(ListViewBase element)Public Static Function GetExitElementContainer(element As ListViewBase) As bool// This API is not available in Javascript.
The element to be checked as being the container.
Returns true if element is the container; otherwise false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.ExitElementContainer attached property.
- See Also
GetIsEntranceElement(UIElement) GetIsEntranceElement(UIElement) GetIsEntranceElement(UIElement) GetIsEntranceElement(UIElement)
Returns a Boolean value indicating if the specified UIElement is the entrance element for the continuum navigation.
public : static PlatForm::Boolean GetIsEntranceElement(UIElement element)public static bool GetIsEntranceElement(UIElement element)Public Static Function GetIsEntranceElement(element As UIElement) As bool// This API is not available in Javascript.
The UIElement to check as being the entrance element.
Returns true if element is the entrance element; otherwise false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.IsEntranceElement attached property.
- See Also
GetIsExitElement(UIElement) GetIsExitElement(UIElement) GetIsExitElement(UIElement) GetIsExitElement(UIElement)
Returns a Boolean value indicating if the specified UIElement is the exit element of the continuum navigation.
public : static PlatForm::Boolean GetIsExitElement(UIElement element)public static bool GetIsExitElement(UIElement element)Public Static Function GetIsExitElement(element As UIElement) As bool// This API is not available in Javascript.
Returns true if element is the exit element; otherwise false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.IsExitElement attached property.
- See Also
SetExitElementContainer(ListViewBase, Boolean) SetExitElementContainer(ListViewBase, Boolean) SetExitElementContainer(ListViewBase, Boolean) SetExitElementContainer(ListViewBase, Boolean)
Sets a Boolean value indicating that the specified element is the exit element container for the continuum navigation.
public : static void SetExitElementContainer(ListViewBase element, bool value)public static void SetExitElementContainer(ListViewBase element, Boolean value)Public Static Function SetExitElementContainer(element As ListViewBase, value As Boolean) As void// This API is not available in Javascript.
The element about which to set the exit element container indicator.
- value
- bool Boolean Boolean Boolean
Set this value to true if element is the exit element; otherwise set it to false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.ExitElementContainer attached property.
- See Also
SetIsEntranceElement(UIElement, Boolean) SetIsEntranceElement(UIElement, Boolean) SetIsEntranceElement(UIElement, Boolean) SetIsEntranceElement(UIElement, Boolean)
Sets a Boolean value indicating if the specified UIElement is the entrance element for the continuum navigation.
public : static void SetIsEntranceElement(UIElement element, bool value)public static void SetIsEntranceElement(UIElement element, Boolean value)Public Static Function SetIsEntranceElement(element As UIElement, value As Boolean) As void// This API is not available in Javascript.
The UIElement about which to set the entrance element indicator.
- value
- bool Boolean Boolean Boolean
Set this value to true if element is the entrance element; otherwise set it to false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.IsEntranceElement attached property.
- See Also
SetIsExitElement(UIElement, Boolean) SetIsExitElement(UIElement, Boolean) SetIsExitElement(UIElement, Boolean) SetIsExitElement(UIElement, Boolean)
Sets a Boolean value indicating if the specified UIElement is the exit element for the continuum navigation.
public : static void SetIsExitElement(UIElement element, bool value)public static void SetIsExitElement(UIElement element, Boolean value)Public Static Function SetIsExitElement(element As UIElement, value As Boolean) As void// This API is not available in Javascript.
The UIElement about which to set the exit element indicator.
- value
- bool Boolean Boolean Boolean
Set this value to true if element is the exit element; otherwise set it to false.
Remarks
This method supports XAML usage of the ContinuumNavigationTransitionInfo.IsExitElement attached property.
- See Also