EntranceNavigationTransitionInfo
EntranceNavigationTransitionInfo
EntranceNavigationTransitionInfo
EntranceNavigationTransitionInfo
Class
Definition
public : sealed class EntranceNavigationTransitionInfo : NavigationTransitionInfo, IEntranceNavigationTransitionInfopublic sealed class EntranceNavigationTransitionInfo : NavigationTransitionInfo, IEntranceNavigationTransitionInfoPublic NotInheritable Class EntranceNavigationTransitionInfo Inherits NavigationTransitionInfo Implements IEntranceNavigationTransitionInfo// This API is not available in Javascript.
- Inheritance
-
EntranceNavigationTransitionInfoEntranceNavigationTransitionInfoEntranceNavigationTransitionInfoEntranceNavigationTransitionInfo
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Constructors
EntranceNavigationTransitionInfo() EntranceNavigationTransitionInfo() EntranceNavigationTransitionInfo() EntranceNavigationTransitionInfo()
Initializes a new instance of the EntranceNavigationTransitionInfo class.
public : EntranceNavigationTransitionInfo()public EntranceNavigationTransitionInfo()Public Sub New()// This API is not available in Javascript.
Properties
IsTargetElementProperty IsTargetElementProperty IsTargetElementProperty IsTargetElementProperty
Identifies the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property.
public : static DependencyProperty IsTargetElementProperty { get; }public static DependencyProperty IsTargetElementProperty { get; }Public Static ReadOnly Property IsTargetElementProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property.
Remarks
This property is only an identifier for the property system, and isn't used in most app scenarios. In most cases you set the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property in XAML and won't need this identifier.
- See Also
Methods
GetIsTargetElement(UIElement) GetIsTargetElement(UIElement) GetIsTargetElement(UIElement) GetIsTargetElement(UIElement)
Gets the value of the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property for the target element.
public : static PlatForm::Boolean GetIsTargetElement(UIElement element)public static bool GetIsTargetElement(UIElement element)Public Static Function GetIsTargetElement(element As UIElement) As bool// This API is not available in Javascript.
The EntranceNavigationTransitionInfo.IsTargetElement attached property value of the specified object. true if the element is the animation target; otherwise, false.
- See Also
SetIsTargetElement(UIElement, Boolean) SetIsTargetElement(UIElement, Boolean) SetIsTargetElement(UIElement, Boolean) SetIsTargetElement(UIElement, Boolean)
Sets the value of the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property for a target element.
public : static void SetIsTargetElement(UIElement element, bool value)public static void SetIsTargetElement(UIElement element, Boolean value)Public Static Function SetIsTargetElement(element As UIElement, value As Boolean) As void// This API is not available in Javascript.
- value
- bool Boolean Boolean Boolean
The value to set. true if the element is the animation target; otherwise, false.
- See Also