PopupThemeTransition
PopupThemeTransition
PopupThemeTransition
PopupThemeTransition
Class
Definition
Provides the animated transition behavior that applies to pop-in components of controls (for example, tooltip-like UI on an object) as they appear.
public : sealed class PopupThemeTransition : Transition, IPopupThemeTransitionpublic sealed class PopupThemeTransition : Transition, IPopupThemeTransitionPublic NotInheritable Class PopupThemeTransition Inherits Transition Implements IPopupThemeTransition// This API is not available in Javascript.
<PopupThemeTransition .../>
- Inheritance
-
PopupThemeTransitionPopupThemeTransitionPopupThemeTransitionPopupThemeTransition
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Constructors
PopupThemeTransition() PopupThemeTransition() PopupThemeTransition() PopupThemeTransition()
Initializes a new instance of the PopUpThemeTransition class.
public : PopupThemeTransition()public PopupThemeTransition()Public Sub New()// This API is not available in Javascript.
- See Also
Properties
FromHorizontalOffset FromHorizontalOffset FromHorizontalOffset FromHorizontalOffset
Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active.
public : double FromHorizontalOffset { get; set; }public double FromHorizontalOffset { get; set; }Public ReadWrite Property FromHorizontalOffset As double// This API is not available in Javascript.
<PopupThemeTransition FromHorizontalOffset="double" />
- Value
- double double double double
The horizontal offset translation, in pixels.
- See Also
FromHorizontalOffsetProperty FromHorizontalOffsetProperty FromHorizontalOffsetProperty FromHorizontalOffsetProperty
Identifies the FromHorizontalOffset dependency property.
public : static DependencyProperty FromHorizontalOffsetProperty { get; }public static DependencyProperty FromHorizontalOffsetProperty { get; }Public Static ReadOnly Property FromHorizontalOffsetProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the FromHorizontalOffset dependency property.
- See Also
FromVerticalOffset FromVerticalOffset FromVerticalOffset FromVerticalOffset
Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.
public : double FromVerticalOffset { get; set; }public double FromVerticalOffset { get; set; }Public ReadWrite Property FromVerticalOffset As double// This API is not available in Javascript.
<PopupThemeTransition FromVerticalOffset="double" />
- Value
- double double double double
The vertical offset translation, in pixels.
- See Also
FromVerticalOffsetProperty FromVerticalOffsetProperty FromVerticalOffsetProperty FromVerticalOffsetProperty
Identifies the FromVerticalOffset dependency property.
public : static DependencyProperty FromVerticalOffsetProperty { get; }public static DependencyProperty FromVerticalOffsetProperty { get; }Public Static ReadOnly Property FromVerticalOffsetProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the FromVerticalOffset dependency property.
- See Also