DrillInThemeAnimation DrillInThemeAnimation DrillInThemeAnimation DrillInThemeAnimation Class

Definition

Represents a preconfigured animation that runs when a user navigates forward in a logical hierarchy, like from a master page to a detail page.

public : sealed class DrillInThemeAnimation : Timeline, IDrillInThemeAnimationpublic sealed class DrillInThemeAnimation : Timeline, IDrillInThemeAnimationPublic NotInheritable Class DrillInThemeAnimation Inherits Timeline Implements IDrillInThemeAnimation// This API is not available in Javascript.
Inheritance
DrillInThemeAnimationDrillInThemeAnimationDrillInThemeAnimationDrillInThemeAnimation
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Inherited methods

Inherited events

Constructors

DrillInThemeAnimation() DrillInThemeAnimation() DrillInThemeAnimation() DrillInThemeAnimation()

Initializes a new instance of the DrillInThemeAnimation class.

public : DrillInThemeAnimation()public DrillInThemeAnimation()Public Sub New()// This API is not available in Javascript.

Properties

EntranceTarget EntranceTarget EntranceTarget EntranceTarget

Gets or sets the element that is animating into view, such as a detail page.

public : DependencyObject EntranceTarget { get; set; }public DependencyObject EntranceTarget { get; set; }Public ReadWrite Property EntranceTarget As DependencyObject// This API is not available in Javascript.
Value
DependencyObject DependencyObject DependencyObject DependencyObject

The element that is animating into view, such as a detail page.

EntranceTargetName EntranceTargetName EntranceTargetName EntranceTargetName

Gets or sets the name of the element that is animating into view.

public : PlatForm::String EntranceTargetName { get; set; }public string EntranceTargetName { get; set; }Public ReadWrite Property EntranceTargetName As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The name of the element that is animating into view.

EntranceTargetNameProperty EntranceTargetNameProperty EntranceTargetNameProperty EntranceTargetNameProperty

Identifies the EntranceTargetName dependency property.

public : static DependencyProperty EntranceTargetNameProperty { get; }public static DependencyProperty EntranceTargetNameProperty { get; }Public Static ReadOnly Property EntranceTargetNameProperty As DependencyProperty// This API is not available in Javascript.
See Also

EntranceTargetProperty EntranceTargetProperty EntranceTargetProperty EntranceTargetProperty

Identifies the EntranceTarget dependency property.

public : static DependencyProperty EntranceTargetProperty { get; }public static DependencyProperty EntranceTargetProperty { get; }Public Static ReadOnly Property EntranceTargetProperty As DependencyProperty// This API is not available in Javascript.
See Also

ExitTarget ExitTarget ExitTarget ExitTarget

Gets or sets the element that is animating out of view, such as a master page.

public : DependencyObject ExitTarget { get; set; }public DependencyObject ExitTarget { get; set; }Public ReadWrite Property ExitTarget As DependencyObject// This API is not available in Javascript.
Value
DependencyObject DependencyObject DependencyObject DependencyObject

The element that is animating out of view, such as a master page.

ExitTargetName ExitTargetName ExitTargetName ExitTargetName

Gets of sets the name of the element that is animating out of view.

public : PlatForm::String ExitTargetName { get; set; }public string ExitTargetName { get; set; }Public ReadWrite Property ExitTargetName As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The name of the element that is animating out of view.

ExitTargetNameProperty ExitTargetNameProperty ExitTargetNameProperty ExitTargetNameProperty

Identifies the ExitTargetName dependency property.

public : static DependencyProperty ExitTargetNameProperty { get; }public static DependencyProperty ExitTargetNameProperty { get; }Public Static ReadOnly Property ExitTargetNameProperty As DependencyProperty// This API is not available in Javascript.
See Also

ExitTargetProperty ExitTargetProperty ExitTargetProperty ExitTargetProperty

Identifies the ExitTarget dependency property.

public : static DependencyProperty ExitTargetProperty { get; }public static DependencyProperty ExitTargetProperty { get; }Public Static ReadOnly Property ExitTargetProperty As DependencyProperty// This API is not available in Javascript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the ExitTarget dependency property.

See Also

See Also