WindowManagerLayoutParams.RotationAnimationCrossfade フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.

このウィンドウが回転後にフェードインまたはフェードアウトすることを指定する #rotationAnimation の値。

[Android.Runtime.Register("ROTATION_ANIMATION_CROSSFADE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)]
public const Android.Views.WindowRotationAnimation RotationAnimationCrossfade = 1;
[<Android.Runtime.Register("ROTATION_ANIMATION_CROSSFADE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)>]
val mutable RotationAnimationCrossfade : Android.Views.WindowRotationAnimation

フィールド値

Value = 1

実装

属性

注釈

このウィンドウが回転後にフェードインまたはフェードアウトすることを指定する #rotationAnimation の値。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象