LayoutDirection.Inherit フィールド

定義

注意事項

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

水平方向のレイアウト方向が継承されます。

[Android.Runtime.Register("INHERIT")]
[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 Inherit = 2;
[<Android.Runtime.Register("INHERIT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.LayoutDirections enum directly instead of this field.", true)>]
val mutable Inherit : Android.Util.LayoutDirections

フィールド値

Value = 2
属性

注釈

水平方向のレイアウト方向が継承されます。

android.util.LayoutDirection.INHERITJava ドキュメント。

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

適用対象