言語

RoundedCorner.PositionTopLeft フィールド

定義

注意事項

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

丸い角は画面の左上にあります。

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

フィールド値

Value = 0

実装

属性

注釈

丸い角は画面の左上にあります。

Javaドキュメント。

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

適用対象