IWindowInsetsAnimationController.CurrentInsets プロパティ

定義

現在のインセットを取得します。 これらのインセットは常にウィンドウに対して相対的であり、View.getRootView を基準にした場合と同じであることに注意してください。

public Android.Graphics.Insets CurrentInsets { [Android.Runtime.Register("getCurrentInsets", "()Landroid/graphics/Insets;", "GetGetCurrentInsetsHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getCurrentInsets", "()Landroid/graphics/Insets;", "GetGetCurrentInsetsHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.CurrentInsets : Android.Graphics.Insets

プロパティ値

属性

注釈

詳細については、android.view.WindowInsetsAnimationController.getCurrentInsets の Android リファレンス ドキュメントを参照してください。

android.view.WindowInsetsAnimationController.getCurrentInsets のJavaドキュメント。

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

適用対象