Android.Views.View.LayoutDirectionInherit Field
Horizontal layout direction of this view is inherited from its parent.

Value: 2

Syntax

[Android.Runtime.Register("LAYOUT_DIRECTION_INHERIT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.")]
public const LayoutDirection LayoutDirectionInherit

Remarks

Horizontal layout direction of this view is inherited from its parent. Use with View.LayoutDirection.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17