Android.Views.View.LayoutDirectionRtl Field
Horizontal layout direction of this view is from Right to Left.

Value: 1

Syntax

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

Remarks

Horizontal layout direction of this view is from Right to Left. 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