Android.Views.View.LayoutDirection Property
Returns the resolved layout direction for this view.

Syntax

[get: Android.Runtime.Register("getLayoutDirection", "()I", "GetGetLayoutDirectionHandler")]
[set: Android.Runtime.Register("setLayoutDirection", "(I)V", "GetSetLayoutDirection_IHandler")]
public virtual LayoutDirection LayoutDirection { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the resolved layout direction for this view.

Set method documentation [Android Documentation]

Set the layout direction for this view. This will propagate a reset of layout direction resolution to the view's children and resolve layout direction for this view.

Requirements

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