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.
Equivalent WinUI class: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.
public ref class PopupThemeTransition sealed : Transition
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Static(Windows.UI.Xaml.Media.Animation.IPopupThemeTransitionStatics, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.WebHostHidden]
class PopupThemeTransition final : Transition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.WebHostHidden]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Static(Windows.UI.Xaml.Media.Animation.IPopupThemeTransitionStatics, 65536, "Windows.Foundation.UniversalApiContract")]
class PopupThemeTransition final : Transition
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Windows.UI.Xaml.Media.Animation.IPopupThemeTransitionStatics), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.WebHostHidden]
public sealed class PopupThemeTransition : Transition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.WebHostHidden]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Static(typeof(Windows.UI.Xaml.Media.Animation.IPopupThemeTransitionStatics), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PopupThemeTransition : Transition
Public NotInheritable Class PopupThemeTransition
Inherits Transition
<PopupThemeTransition .../>
- Inheritance
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Constructors
PopupThemeTransition() |
Initializes a new instance of the PopUpThemeTransition class. Equivalent WinUI constructor: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.PopupThemeTransition. |
Properties
Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. Equivalent WinUI property: Microsoft.UI.Xaml.DependencyObject.Dispatcher. (Inherited from DependencyObject) |
FromHorizontalOffset |
Gets or sets the distance by which the target is translated in the horizontal direction when the animation is active. Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.FromHorizontalOffset. |
FromHorizontalOffsetProperty |
Identifies the FromHorizontalOffset dependency property. Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.FromHorizontalOffsetProperty. |
FromVerticalOffset |
Gets or sets the distance by which the target is translated in the vertical direction when the animation is active. Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.FromVerticalOffset. |
FromVerticalOffsetProperty |
Identifies the FromVerticalOffset dependency property. Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.FromVerticalOffsetProperty. |