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このウィンドウが回転の後にフェードインまたはフェードアウトすることを指定する 値です。

android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADEJava ドキュメント。

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

適用対象