LayoutDirection.Ltr フィールド

定義

注意事項

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

水平方向のレイアウト方向は、左から右に向いています。

[Android.Runtime.Register("LTR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.LayoutDirections enum directly instead of this field.", true)]
public const Android.Util.LayoutDirections Ltr = 0;
[<Android.Runtime.Register("LTR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.LayoutDirections enum directly instead of this field.", true)>]
val mutable Ltr : Android.Util.LayoutDirections

フィールド値

Value = 0
属性

注釈

水平方向のレイアウト方向は、左から右に向いています。

Javaドキュメント。

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

適用対象