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 軸。

適用於