Display.FlagRound フィールド

定義

注意事項

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

表示フラグ: ディスプレイに丸い図形があることを示します。

[Android.Runtime.Register("FLAG_ROUND", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)]
public const Android.Views.DisplayFlags FlagRound = 16;
[<Android.Runtime.Register("FLAG_ROUND", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)>]
val mutable FlagRound : Android.Views.DisplayFlags

フィールド値

Value = 16
属性

注釈

表示フラグ: ディスプレイに丸い図形があることを示します。

このフラグは、円形、楕円、またはそれ以外の場合は、ユーザーがディスプレイの論理コーナーまで表示することを許可しないディスプレイを識別します。

の Java ドキュメント android.view.Display.FLAG_ROUND

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

適用対象