Vector3TransitionComponents 枚举

定义

定义常量,这些常量指定要在 Vector3Transition 动画期间进行动画处理的轴。

此枚举支持其成员值的按位组合。

public enum class Vector3TransitionComponents
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class Vector3TransitionComponents
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum Vector3TransitionComponents
Public Enum Vector3TransitionComponents
继承
Vector3TransitionComponents
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

字段

X 1

对 X 轴进行动画处理。

Y 2

对 Y 轴进行动画处理。

Z 4

对 Z 轴进行动画处理。

适用于