Vector3TransitionComponents 列挙型

定義

Vector3Transition アニメーション中にアニメーション化する軸を指定する定数を定義します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class Vector3TransitionComponents
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class Vector3TransitionComponents
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum Vector3TransitionComponents
Public Enum Vector3TransitionComponents
継承
Vector3TransitionComponents
属性

フィールド

X 1

X 軸をアニメーション化します。

Y 2

Y 軸をアニメーション化します。

Z 4

Z 軸をアニメーション化します。

適用対象